Skip to content

A not official BeReal rest API in wich you can get all posts info, comment, upload a post...

Notifications You must be signed in to change notification settings

chemokita13/beReal-api

Repository files navigation

BeReal restAPI (not official)

  • You can read API docs here (some routes are not working on swagger but only in it, yes in fetch, axios, postman...)
  • Is done by my BeReal client (but with some changes)
  • Only I want if you use it, is one star ⭐
  • Contact me for errors or explanation (my email is in my gh profile) or also in repo's discussions or iusses

How to use it

  • Just check the API docs made by swagger (but dont try to execute the examples, try it in postman or something similar)
  • API url is https://berealapi.fly.dev
  • The API is deployed in fly.io (thanks to them for the free hosting)

Local instalation

  • Download the repo:
git clone https://github.com/chemokita13/beReal-api
cd beReal-api

Docker

  • Build the image
docker build -t bereal-api .
  • Run it
docker run -p 3000:3000 bereal-api

Node (without docker)

  • Install packages and build
npm install
npm run build
  • Run it
npm run start:prod

And you will have it deployed in http://localhost:3000



Thanks for view!

About

A not official BeReal rest API in wich you can get all posts info, comment, upload a post...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages