Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

52 lines (30 loc) · 1.21 KB

Amazing Restful APIs

Here we have some free amazing Restful APIs

APIs

Check all APIs Here

  • Extract Title, Description, Keywords, Images and Videos from URLs 😀 Live demo



Requirements

For development, you will only need Node.js and a node global package, Yarn, installed in your environement.

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

Install

$ git clone https://github.com/coderkhalide/Amazing-Restful-APIs
$ cd Amazing-Restful-APIs
$ yarn install

Environment variables

Open or create a .env file then edit add this setting

SITE_URL=http://localhost:5000

Running the project

$ yarn start

Running the dev project

$ yarn dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT