Skip to content

amrit073/noBsapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

no-bullshit api for no-bullshit data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published