Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haydenwade/earthquake-api

quick api to test azure devops
https://github.com/haydenwade/earthquake-api

azure azure-devops azure-pipelines hapijs javascript jest

Last synced: 23 days ago
JSON representation

quick api to test azure devops

Awesome Lists containing this project

README

        

- in order to run e2e tests change jest path and rename __mocks__/request-promise.js <-- do not want to mock it

http://localhost:3000/earthquakes
http://localhost:3000/earthquakes/2

docker build . -t earthquake-api

docker run -d --restart always --hostname earthquake-api --name earthquake-api -p 4000:3000 earthquake-api