Application which uses Search Engine API. Pure JavaScript and Unit Tests.
1 - Inside the projects folder, run the follow command to install all NPM dependencies:
npm i
2 - Start the project (local host at 8080):
npm run start
To run the tests, you can choose between with or without coverage:
npm run test
npm run test:coverage
- Deploy a demo of this project.
- +95% of unit tests coverage.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details