https://github.com/reimarpb/sololearn.js
A node.js library for interacting with SoloLears's mobile API
https://github.com/reimarpb/sololearn.js
Last synced: 18 days ago
JSON representation
A node.js library for interacting with SoloLears's mobile API
- Host: GitHub
- URL: https://github.com/reimarpb/sololearn.js
- Owner: ReimarPB
- Created: 2020-10-03T08:07:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T09:57:17.000Z (over 5 years ago)
- Last Synced: 2025-01-06T08:18:23.143Z (over 1 year ago)
- Language: JavaScript
- Size: 1.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SoloLearn.js
SoloLearn.js is a node.js library for interacting with SoloLearn's mobile API
[Read the documentation](https://reimarpb.github.io/SoloLearn.js)
### This project is still a WIP
The ultimate goal is for this project to cover all API endpoints in both SoloLearn's web and mobile API. (except for tracking/ad endpoints)
Currently, I'm focusing on the mobile API since libraries for the web API already exist.
### Difference between mobile and web
SoloLearn has a mobile app and a website. These use completely different API's and each has its pros and cons.
The biggest difference is that the web API can be used without logging in but lacks a lot of features that the mobile API has. (like profile posts)
### How you can contribute
While the project covers most mobile endpoints, it is still very unfinished.
If you read the documentation, you will probably notice a lot of properties are described as "Unknown value". If you ever figure out what any of these mean, please send a pull request.
If you have any questions or notice an API endpoint is missing, feel free to create an issue.