Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

lloydlobo/live-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live API

A quick API to scrape relevant information for educational purpose or as one sees fit.

rapidapi_money-live_preview

Deploy

Heroku

  • heroku login
  • Connect GitHub Repository
  • Set Node version in package.json
    • "engines": {
      "node": "16.x"
      },
  • Build and Deploy App

RapidAPI

  • Use the Heroku App's URL for RapidAPI
  • Set Endpoints
    • /news
  • Set parameters
    • /news/{newspaperId}
    • Test endpoints and set request statuses (optional)
    • Set billing plan (optional)
    • Make it public (optional)

Technology

Dependency

  • Axios
  • Express
  • Nodemon
  • Cheerio
  • rimraf
  • body-parser
  • dotenv
  • cross-env

Development

  • Concurrently

Credits

Resources