Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuellr/us-weather-ancient
https://github.com/pmuellr/us-weather-ancient
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmuellr/us-weather-ancient
- Owner: pmuellr
- License: apache-2.0
- Created: 2013-08-22T00:54:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-12T06:28:30.000Z (about 11 years ago)
- Last Synced: 2024-04-09T21:04:48.868Z (9 months ago)
- Language: CoffeeScript
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
us-weather
================================================================================node library and server/web app providing weather data from
installation
--------------------------------------------------------------------------------After `git clone`ing this project, you will need to run:
* `npm install`
* `grunt build`So, you'll need to have `grunt` installed globally, available via `npm`.
See for more information.usage
--------------------------------------------------------------------------------To run the server, you can run one of
npm start
node server
node lib/cliSet the HTTP port, Google Maps API key, etc, via command-line
switches, environment variables, and JSON config files. Run `node server ?`
for more information.For more information on obtaining a Google Maps API Key, see the
[Google Maps JavaScript API v3 Getting Started documentation](https://developers.google.com/maps/documentation/javascript/tutorial#api_key).hacking
--------------------------------------------------------------------------------Run `jbuild watch` to run the build workflow such that when a source file
changes, the server will be rebuilt and relaunched.license
--------------------------------------------------------------------------------Licensed under [the Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)