Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stepankuzmin/fake-features-server
Serve set of random features using the json-server
https://github.com/stepankuzmin/fake-features-server
geojson javascript nodejs server
Last synced: 23 days ago
JSON representation
Serve set of random features using the json-server
- Host: GitHub
- URL: https://github.com/stepankuzmin/fake-features-server
- Owner: stepankuzmin
- Created: 2016-10-07T13:49:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T01:32:35.000Z (over 1 year ago)
- Last Synced: 2024-05-01T21:44:13.550Z (6 months ago)
- Topics: geojson, javascript, nodejs, server
- Language: JavaScript
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fake features server
Serve set of random features using the [json-server](https://github.com/typicode/json-server).
```shell
git clone https://github.com/stepankuzmin/fake-features-server.git
cd fake-features-server
npm i
npm start
```open [http://localhost:4000/](http://localhost:4000/).