Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvexel/maproulette-metrics
Metrics for MapRoulette
https://github.com/mvexel/maproulette-metrics
Last synced: 14 days ago
JSON representation
Metrics for MapRoulette
- Host: GitHub
- URL: https://github.com/mvexel/maproulette-metrics
- Owner: mvexel
- Created: 2014-06-03T20:57:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-01T21:39:28.000Z (over 10 years ago)
- Last Synced: 2024-11-02T00:22:54.637Z (2 months ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
maproulette-metrics
===================This shows metrics for MapRoulette. For it to work, CORS needs to be enabled on maproulette.org to wherever this is hosted.
# Developing
grunt serve
# Building
npm install
bower install
grunt build# Deploying
Create `s3.json` in the root dir:
{
"key": "AWS_KEY",
"secret": "AWS_SECRET_KEY"
"buckets":
{
"stage": "maproulette-metrics-stage",
"prod": "maproulette-metrics-production"
}
}...supplying your own keys.
Then,
grunt deploy
to deploy on stage, or
grunt deploy --target=prod
to deploy on production.