noBsapi is a cloudlflare worker based api designed to deliver common day to day data we google for.
GET <workeruri>/date
curl apiworker.chaoticone.workers.dev/date
2079 Magh 7, Saturday
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
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
Contributions are always welcome!