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
Eyad Hasan
weather
Commits
570e809b
Commit
570e809b
authored
Sep 21, 2016
by
Zach Knox
Browse files
forcast.io -> darksky.net part deux
parent
7d158f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
weather/server/lib/secrets.js.template
View file @
570e809b
//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.forecast.io
//You can get an API key at https://developer.darksky.net
//(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