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

https://github.com/featurevisor/featurevisor-example-nodejs

Example Node.js application using Featurevisor SDK
https://github.com/featurevisor/featurevisor-example-nodejs

Last synced: 9 months ago
JSON representation

Example Node.js application using Featurevisor SDK

Awesome Lists containing this project

README

          

# featurevisor-example-nodejs

An example Node.js app using [Featurevisor SDK](https://featurevisor.com).

## Requirements

See required Node.js version in [`.nvmrc`](./.nvmrc) file.

## Installation

```
$ npm ci
```

## Running the app

```
$ node ./src/index.js
```

## License

MIT © [Fahad Heylaal](https://fahad19.com)