Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Corey Sheldon
weather
Commits
767232b5
Commit
767232b5
authored
Sep 28, 2016
by
Eyad Hasan
Browse files
Fixed bad link in secrets.js.template
parent
2e4451f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
weather/server/lib/secrets.js.template
View file @
767232b5
//Template file for secrets.js
//Duplicate this file and name it 'secrets.js'
//Replace 'YOUR_API_KEY_HERE' with your Forcast.io API key
//You can get an API key at https://
developer.
darksky.net
//You can get an API key at https://darksky.net
/dev/
//(Dark Sky's API was formerly called Forecast.io)
Meteor.startup(function () {
process.env.API_KEY = 'YOUR_API_KEY_HERE';
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment