Node.js (v8.2.1) API for RaspiSMS application
This API contains:
- ExpressJS, for your web server.
- Logs to trace HTTP requests and Node.js messages with Morgan and Log4JS.
- Units tests with Mocha, Chai, Supertest and Istanbul.
- Gulp, awesome to build your production package.
- Yarn, instead of NPM, to manage dependencies.
- ESLint, to standardize source code.
- apiDoc, to generate documentation for API.
- documentation, to generate developer documentation.
- Node.js v8.2.1
- Yarn:
npm i -g yarn
Install dependencies with yarn
command.
Run the server with npm run dev
command.
Use ESLint plugin for your code editor to lint easely your code: