smartschooljs 0.0.1 → 0.0.2-nightly.080eca2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/index.d.mts +814 -0
- package/dist/index.d.ts +814 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
#
|
|
1
|
+
# smartschool.js
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/turboself-api)
|
|
4
4
|
[](https://badge.fury.io/js/turboself-api)
|
|
5
5
|
[](https://www.npmjs.com/package/turboself-api)
|
|
6
6
|
[](https://www.npmjs.com/package/turboself-api)
|
|
7
7
|
|
|
8
|
-
A powerful and user-friendly wrapper for interacting with the
|
|
8
|
+
A powerful and user-friendly wrapper for interacting with the Smartschool API.
|
|
9
9
|
|
|
10
10
|
> [!warning]
|
|
11
|
-
> This project is not affiliated with
|
|
11
|
+
> This project is not affiliated with Smartschool in any way.
|
|
12
12
|
|
|
13
13
|
## 📦 Installation
|
|
14
14
|
```
|
|
15
|
-
npm install
|
|
15
|
+
npm install smartschooljs
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
## 💡 Credits
|
|
19
19
|
Thanks to the following people for their contributions to this project:
|
|
20
|
-
- [
|
|
21
|
-
- [
|
|
20
|
+
- [Raphckrman](https://github.com/raphckrman) for helping me with the reverse engineer of the smartschool official mobile client
|
|
21
|
+
- [Orafilynie](https://github.com/Orafilynie) for helping me with the reverse engineer of the smartschool official mobile client
|