An API for getting and posting random Blahaj images
Check out the website: Blahaj API
/
: The root route/get
: The route for getting random blahaj images/post
: The route for posting random blahaj images/raw
: The route for getting raw random blahaj images
Blahaj API doesn't support posting via queries. To use the POST method you have to add body to the request. The body needs to have name
and url
path.
name
: It's a short description of what's the image is abouturl
: It's the link of the image
Here's an example π
Before starting working on this project, please make sure you have already installed the following tools:
-
Fork the project
-
Clone the project, by using the following command
$ git clone https://github.com/Kira272921/Blahaj-API
-
Navigate to the project directory
cd Blahaj-API
-
Install dependencies with
npm install
-
Create your own MongoDB database for testing
-
Run
npm start
to start a local development environment
All kinds of contributions are always welcomed. It is recommended to either tell the maintainers that you are working on a previously made issue or make a new issue and let the maintainers now that you are working on it.
- I'll be adding a route where you could get the raw random images of blahaj
- Make a cool looking homepage