Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henriquecustodia/anakin-example
This repository is just a showcase for Anakin module
https://github.com/henriquecustodia/anakin-example
Last synced: 7 days ago
JSON representation
This repository is just a showcase for Anakin module
- Host: GitHub
- URL: https://github.com/henriquecustodia/anakin-example
- Owner: henriquecustodia
- License: mit
- Created: 2016-11-08T23:10:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-09T00:16:48.000Z (about 8 years ago)
- Last Synced: 2024-11-28T05:07:00.147Z (2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# anakin-example
This repository is just a showcase for Anakin module> The Anakin module was written using ES6, to avoid problems use a 6.8+ nodejs version.
## Quick start
```javascript
npm install
npm start
```## Usage
Try to send a GET request to:
```javascript
/api/my-name-is/:name // use your name instead :name
```For example:
```javascript
/api/my-name-is/henrique
```The response will be:
```javascript
{ message: 'Hello henrique!' }
```Enjoy!