Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 997 Bytes

Readme.md

File metadata and controls

73 lines (43 loc) · 997 Bytes

noBsapi

noBsapi is a cloudlflare worker based api designed to deliver common day to day data we google for.

API Reference

Get nepali date

  GET <workeruri>/date

Usage/Examples

curl apiworker.chaoticone.workers.dev/date
2079 Magh 7, Saturday

Run Locally

To run this project Locally, you'll need to first install wrangler

  npm install -g wrangler

Clone the project

  git clone https://github.com/amrit073/noBsapi

Go to the project directory

  cd noBsapi

Install dependencies

  npm install

Start the server

  wrangler dev src/index.ts

Deployment

To deploy this project in your own worker, you will need to first login through wrangler.

  wrangler login
  git clone https://github.com/amrit073/noBsapi
  cd noBsapi/
  wrangler publish

Contributing

Contributions are always welcome!