https://github.com/langningchen/math
A math solver server using the API of Microsoft Math Solver
https://github.com/langningchen/math
cloudflare-worker collaborate math
Last synced: 13 days ago
JSON representation
A math solver server using the API of Microsoft Math Solver
- Host: GitHub
- URL: https://github.com/langningchen/math
- Owner: langningchen
- License: gpl-3.0
- Created: 2024-01-29T10:53:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T07:53:11.000Z (about 2 months ago)
- Last Synced: 2025-03-25T21:03:19.204Z (30 days ago)
- Topics: cloudflare-worker, collaborate, math
- Language: JavaScript
- Homepage: https://math.langningchen.com/
- Size: 275 KB
- Stars: 21
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Math
## Introduction
A math solver server using the API of [Microsoft Math Solver](https://math.microsoft.com/).
## Usage
1. Clone this repository
2. Make sure you have `npm` installed
3. Run `npm install` to install dependencies
4. Run `npm run deploy` to publish your project
5. Your math solver is now live! 🎉## License
This project is licensed under the terms of the GNU General Public License v3.0.