Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple flask api to query sqlite database

The database contains data on Google app downloads from the playstore.

This is the endpoint to view data.

http://127.0.0.1:8080/apps

can also paginate through the data using the page param

http://127.0.0.1:8080/apps?page=1

Default item limit is 20. Can change using the limit param

http://127.0.0.1:8080/apps?page=1&limit=100

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages