Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uetchy/math-api
Put LaTeX Math equation on everywhere as <img> tag.
https://github.com/uetchy/math-api
api equation latex math
Last synced: 13 days ago
JSON representation
Put LaTeX Math equation on everywhere as <img> tag.
- Host: GitHub
- URL: https://github.com/uetchy/math-api
- Owner: uetchy
- License: other
- Created: 2018-10-22T07:11:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T20:08:15.000Z (over 1 year ago)
- Last Synced: 2024-10-18T09:47:50.472Z (26 days ago)
- Topics: api, equation, latex, math
- Language: HTML
- Homepage: https://math.vercel.app
- Size: 1.02 MB
- Stars: 148
- Watchers: 5
- Forks: 33
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Math API
[![workflow-badge]][workflow-url]
[workflow-badge]: https://github.com/uetchy/math-api/workflows/test/badge.svg
[workflow-url]: https://github.com/uetchy/math-api/actions?workflow=testPlace LaTeX Math equation on anywhere as `` tag.
- https://math.vercel.app
- [Online Editor](https://math.vercel.app/#online-editor)## Usage
```
curl https://math.vercel.app?bgcolor=auto&from=\sum^{N}_{i}x_i
```### HTML
```
``````
```
### Markdown```
![](https://math.vercel.app?bgcolor=auto&from=\LaTeX)
```![Equation 1](https://math.vercel.app?bgcolor=auto&from=\LaTeX)
## Option
### **.svg** extension
URL ends with **.svg** extension will be treated as a normal math formula.
Some Markdown blog services won't treat image tags correctly whose URL has no any image extension in it. This option may give fixes to these situations.
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!