An API of the word of the day using Web Scrapping through the Cheerio library
- ExpressJS - Node.js web application framework
- Cheerio - Web Scrapping
- axios - Promise based HTTP client for the browser and node.js
- ESLint
Prerequisites
- git
- node.js
Installation
- Clone the repository
git clone https://github.com/spiedra/word-of-the-day.git
- Install npm packages
$ npm install
- Run the project
$ npm start
If you want to make a contribution, please follow the next steps:
- Fork the Project
- Create your feature branch (git checkout -b feature/newFeature)
- Commit your changes
- Push to the branch (git push origin feature/newFeature)
- Open a pull request