Greetingsapi is an API where you can see all sort of nice greetings 😃 . As of right now though, you can't POST, PUT, PATCH or DELETE your own greetings 😞
- Fork the repository!
- Clone your fork:
git clone https://github.com/your-username/greetingsapi.git
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am "Added some feature"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 😃
There are two ways of running the tests:
-
Without coverage:
npm test
-
With coverage:
npm run test-coverage
Make sure that your code is also linted and formatted:
npm run check