https://github.com/dlutton/hixme
Persons Data API
https://github.com/dlutton/hixme
nodejs
Last synced: 8 days ago
JSON representation
Persons Data API
- Host: GitHub
- URL: https://github.com/dlutton/hixme
- Owner: dlutton
- Created: 2019-03-12T19:24:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T17:19:36.000Z (over 5 years ago)
- Last Synced: 2025-02-19T22:43:02.141Z (about 1 year ago)
- Topics: nodejs
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hixme
Persons Data API
## Usage
1. Run Locally
```
npm install
```
```
npm start
```
```
curl -X GET http://localhost:8080/api/summary
```
2. Google App Engine
```
curl -X GET https://hixme-234319.appspot.com/api/summary
```
## Testing
* Run tests
```
npm test
```
* Code coverage
```
npm run nyc
```