An open API service indexing awesome lists of open source software.

https://github.com/byteshiva/recommend-api

Book recommendation api written in Flask
https://github.com/byteshiva/recommend-api

Last synced: 6 months ago
JSON representation

Book recommendation api written in Flask

Awesome Lists containing this project

README

          

# recommend-api
Book recommendation api written in Flask

## api link --> https://4ul5c1.deta.dev/

### Endpoints

```https://4ul5c1.deta.dev/api/books/all``` - return all books


```https://4ul5c1.deta.dev/api/books?title=str``` - return all books which title containing ```str``` substring

##### recommendation of books is in development