inshorts-api icon indicating copy to clipboard operation
inshorts-api copied to clipboard

📰 Inshorts News API

📰 Inshorts News API

An Unofficial API for Inshorts written in typescript.

:sparkles: Features

  • 🚀 Blazing fast. No more scraping the pages for news.
  • 📂 18 different categories.
  • 📑 Supports pagination using offset and limit.
  • ☁️ Serverless or Serverfull, host your own instance on easily.

:mag_right: Usage

For usage, see Documentation

:construction_worker: Local development

Prerequisites

  • NodeJS v14+

Run locally

  • Clone the Repo

    git clone https://github.com/sumitkolhe/inshorts-api
    
    cd inshorts-api
    
  • Install the dependencies

    npm install
    
  • Start development server

    npm run dev
    

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.