Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!