Bored API Save

A simple and free API to find things to do when you're bored

Project README

Bored API

A free and simple API to help you find something better to do

Bored API Website

About

This project is an MEVN (MongoDB, Express.js, Vue.js, and Node.js) web app that has a goal of creating a simple way to find things to do. You do not need an API key to use this API, just query the endpoint to get data. All activities served by the API can be found here.


Endpoints

The full documentation can be found here, but listed below are a few of the endpoints.

Random event

Gets a random event

/api/activity/

Response:

{
  "activity": "Learn Express.js",
  "accessibility": 0.25,
  "type": "education",
  "participants": 1,
  "price": 0.1,
  "link": "https://expressjs.com/",
  "key": "3943506"
}

Get by type

Query for events by a certain type

/api/activity?type=:type

Response:

{
  "activity": "Learn how to play a new sport",
  "accessibility": 0.2,
  "type": "sports",
  "participants": 1,
  "price": 0.1,
  "key": "5808228"
}

Using

To set up your own Bored API, clone the app, start your MongoDB instance, and run:

npm install
npm start
# Started on port 8080

Contributing

All help is welcome! A pull request or a new issue would be very appreciated. If you want to add more activities, I've created a UI on the website to make suggesting easy.


Usage

The Bored API has been used in many other applications and projects:

Open Source Agenda is not affiliated with "Bored API" Project. README Source: drewthoennes/Bored-API
Stars
216
Open Issues
39
Last Commit
1 week ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating