GSMArena API
GSMArena phone specification and finder.
This project is still in early development.
The API basically reads from GSMArena website and results JSON data.
Requirements:
Quick Start
# setup dependencies (you should run this once before compiling/running the app)
make setup
# compile and run the app
make serve
Available commands
Command : Description
-------------------- : --------------------------------------------
make setup : Install all necessary dependencies
make build : Generate production build for current OS
make test : Run tests
make serve : Run the app locally
make image : Create docker image
make run-image : Run the app on docker
make clean : Remove dependencies and compiled files
Implemented Features
- Get all brands
- Get devices by brand
- Get device specification
- Find devices by keyword
- Find devices by advanced filters
Online Demo
Try on Local
Contribution
If you want to contribute code, please consider creating a pull request after forking this project.
If you have any questions, found bugs, or ideas, please open a ticket (issue).
Credits
License
This project is licensed under the terms of the MIT license.