https://github.com/timwis/geoservices-for-humans
Human-friendly documentation of Esri GeoServices
https://github.com/timwis/geoservices-for-humans
Last synced: 24 days ago
JSON representation
Human-friendly documentation of Esri GeoServices
- Host: GitHub
- URL: https://github.com/timwis/geoservices-for-humans
- Owner: timwis
- Created: 2016-01-31T02:52:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T22:14:35.000Z (over 6 years ago)
- Last Synced: 2025-03-25T08:42:47.102Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://geoservices-for-humans.surge.sh
- Size: 28.3 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GeoServices for Humans
Human-friendly documentation of Esri GeoServices (work in progress).
[Demo](http://geoservices-for-humans.surge.sh/).## Development
1. Clone this repo and install dependencies via `npm install`
2. Run a server with live compiling and reloading via `npm start`
3. Deploy to a [surge](http://surge.sh) site via `npm run deploy`