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
- Host: GitHub
- URL: https://github.com/featurevisor/featurevisor-example-nodejs
- Owner: featurevisor
- License: mit
- Created: 2024-03-22T22:45:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T19:30:36.000Z (about 1 year ago)
- Last Synced: 2024-12-21T20:24:37.331Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)