Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haydenwade/earthquake-api
- Owner: haydenwade
- Created: 2019-07-31T22:03:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:56:51.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T17:04:50.664Z (4 months ago)
- Topics: azure, azure-devops, azure-pipelines, hapijs, javascript, jest
- Language: JavaScript
- Homepage:
- Size: 520 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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/2docker build . -t earthquake-api
docker run -d --restart always --hostname earthquake-api --name earthquake-api -p 4000:3000 earthquake-api