API client for Cooperativa Universitaria 24 HS.
- nodejs => v12.x
Using .env.example file create a new .env
file with the required values, most of them can be obtained by inspecting requests to CU site.
Install dependencies with
npm install
and then run the showcase
npm run start
- Document properly
- Add a test suite
- Enforce some coding conventions