An open API service indexing awesome lists of open source software.

https://github.com/dlutton/hixme

Persons Data API
https://github.com/dlutton/hixme

nodejs

Last synced: 8 days ago
JSON representation

Persons Data API

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
```