Skip to content

spiedra/word-of-the-day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

EN-dictionary

About

An API of the word of the day using Web Scrapping through the Cheerio library

Teach Stack

  • ExpressJS - Node.js web application framework
  • Cheerio - Web Scrapping
  • axios - Promise based HTTP client for the browser and node.js
  • ESLint

Getting Started

Prerequisites

  • git
  • node.js

Installation

  1. Clone the repository
git clone https://github.com/spiedra/word-of-the-day.git
  1. Install npm packages
$ npm install
  1. Run the project
$ npm start

Contributing

If you want to make a contribution, please follow the next steps:

  1. Fork the Project
  2. Create your feature branch (git checkout -b feature/newFeature)
  3. Commit your changes
  4. Push to the branch (git push origin feature/newFeature)
  5. Open a pull request

Acknowledgments