https://github.com/lucasmagnum/nodejs_api_example_age_of_empires
Age of Empires API - Application example using NodeJS and Dredd
https://github.com/lucasmagnum/nodejs_api_example_age_of_empires
contract-testing dredd example-project javascript nodejs portfolio
Last synced: 2 days ago
JSON representation
Age of Empires API - Application example using NodeJS and Dredd
- Host: GitHub
- URL: https://github.com/lucasmagnum/nodejs_api_example_age_of_empires
- Owner: LucasMagnum
- Created: 2020-03-09T01:10:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T04:35:08.000Z (over 3 years ago)
- Last Synced: 2025-03-11T06:35:35.565Z (about 1 year ago)
- Topics: contract-testing, dredd, example-project, javascript, nodejs, portfolio
- Language: JavaScript
- Homepage:
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Age of Empires - Proxy API
==========================

This is an example of application using NodeJS and proxying an existing API.
In this case we are proxying the [Age of Empires](https://age-of-empires-2-api.herokuapp.com/docs/#/) API.
API
====
The documentation is available [here](./docs/api.md).
Quick Start
===========
* Clone this project
* Run `npm install`
* Run `npm start`
* Access `http://localhost:3000/`
Testing
=======
This project uses `Dredd` as a testing tool, it reads the documentation in `docs/api.md` and run it against the project.
npm test