Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/troy0820/fixit
:wrench: :globe_with_meridians: :hammer: :nut_and_bolt:See Click fixit api with express
https://github.com/troy0820/fixit
Last synced: about 1 month ago
JSON representation
:wrench: :globe_with_meridians: :hammer: :nut_and_bolt:See Click fixit api with express
- Host: GitHub
- URL: https://github.com/troy0820/fixit
- Owner: troy0820
- License: mit
- Created: 2015-03-14T22:03:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T23:21:42.000Z (over 7 years ago)
- Last Synced: 2024-09-12T20:07:07.106Z (2 months ago)
- Language: JavaScript
- Homepage: http://troy0820.github.io/fixit/
- Size: 2.45 MB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# See, Click, Fix it [![Build Status](https://travis-ci.org/troy0820/fixit.svg)](https://travis-ci.org/troy0820/fixit)
This project is to take the api and provide front end work with express.
This project will also map the coordinates of issues at the location.### Getting started
```
git clone [email protected]:troy0820/fixit.git
cd fixit
npm install
npm start
```### To use the Dockerfile in this repo:
```bash
docker build -t fix-it-app .
docker run -p 3000:3000 -e PORT=3000 fix-it-app
```
Go to `localhost:3000` to view the app![Map picture](/public/images/map.png)
# API endpoints for this project are at these urls.
```
https://seeclickfix.com/api/v2/issues?place_url=hampton&state=VA
https://seeclickfix.com/api/v2/issues?place_url=newport-news&state=VA
https://seeclickfix.com/api/v2/issues?place_url=suffolk&state=VA
https://seeclickfix.com/api/v2/issues?place_url=norfolk&state=VA
https://seeclickfix.com/api/v2/issues?place_url=portsmouth&state=VA
https://seeclickfix.com/api/v2/issues?place_url=chesapeake&state=VA
https://seeclickfix.com/api/v2/issues?place_url=virginia-beach&state=VA
```
## Documentation for metadata are included in /GET request of each endpoint, i.e pages, per_page, etc.