Skip to content

sumitkolhe/inshorts-api

Repository files navigation

📰 Inshorts News API

An Unofficial API for Inshorts written in typescript.

✨ 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.

🔎 Usage

For usage, see Documentation

👷 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.