{"id":16252322,"url":"https://github.com/remarkablemark/texsvg-server","last_synced_at":"2026-05-06T13:03:16.793Z","repository":{"id":66056526,"uuid":"260796751","full_name":"remarkablemark/texsvg-server","owner":"remarkablemark","description":":triangular_ruler: TeX to SVG API","archived":false,"fork":false,"pushed_at":"2022-12-06T01:17:07.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T12:50:21.464Z","etag":null,"topics":["api","equation","express","formula","javascript","latex","math","mathjax","nodejs","svg","tex"],"latest_commit_sha":null,"homepage":"https://texsvg-server.remarkablemark.repl.co","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remarkablemark.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["remarkablemark"],"patreon":"remarkablemark","open_collective":null,"ko_fi":"remarkablemark","tidelift":null,"community_bridge":null,"liberapay":"remarkablemark","issuehunt":null,"otechie":null,"thanks_dev":"u/gh/remarkablemark","custom":["https://b.remarkabl.org/teespring"]}},"created_at":"2020-05-02T23:56:00.000Z","updated_at":"2023-03-13T16:38:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f303165-b57c-48a5-b378-1a0d24b0917c","html_url":"https://github.com/remarkablemark/texsvg-server","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/remarkablemark/texsvg-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Ftexsvg-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Ftexsvg-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Ftexsvg-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Ftexsvg-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablemark","download_url":"https://codeload.github.com/remarkablemark/texsvg-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Ftexsvg-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32694980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","equation","express","formula","javascript","latex","math","mathjax","nodejs","svg","tex"],"created_at":"2024-10-10T15:13:14.933Z","updated_at":"2026-05-06T13:03:16.787Z","avatar_url":"https://github.com/remarkablemark.png","language":"JavaScript","funding_links":["https://github.com/sponsors/remarkablemark","https://patreon.com/remarkablemark","https://ko-fi.com/remarkablemark","https://liberapay.com/remarkablemark","https://thanks.dev/u/gh/remarkablemark","https://b.remarkabl.org/teespring"],"categories":[],"sub_categories":[],"readme":"# texsvg-server\n\n[![Run on Replit](https://replit.com/badge/github/remarkablemark/texsvg-server)](https://replit.com/github/remarkablemark/texsvg-server)\n\n[![Build Status](https://travis-ci.org/remarkablemark/texsvg-server.svg?branch=master)](https://travis-ci.org/remarkablemark/texsvg-server)\n[![Coverage Status](https://coveralls.io/repos/github/remarkablemark/texsvg-server/badge.svg?branch=master)](https://coveralls.io/github/remarkablemark/texsvg-server?branch=master)\n![GitHub last commit](https://img.shields.io/github/last-commit/remarkablemark/texsvg-server)\n\nWeb API that converts [TeX](https://en.wikipedia.org/wiki/TeX) to [SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics).\n\nBuilt with:\n\n- [Node.js](https://nodejs.org/en/)\n- [Express](https://expressjs.com/)\n- [texsvg](https://www.npmjs.com/package/texsvg)\n\n### Example\n\nQuadratic Formula:\n\n```\n/?tex=x=\\frac{-b\\pm\\sqrt{b^2-4ac}}{2a}\n```\n\n![x equals begin fraction negative b plus or minus begin square root b squared minus 4 times a times c end square root over 2 times a end fraction](https://texsvg-server-github.remarkablemark.repl.co/?tex=x=\\frac{-b\\pm\\sqrt{b^2-4ac}}{2a} 'Quadratic Formula')\n\nSee https://texsvg-server-github.remarkablemark.repl.co/?tex=x=\\frac{-b\\pm\\sqrt{b^2-4ac}}{2a}\n\n\u003e To ensure the SVG renders correctly, [URI encode](https://meyerweb.com/eric/tools/dencoder/) the TeX.\n\n[Replit](https://replit.com/@remarkablemark/texsvg-server-GitHub) | [JSFiddle](https://jsfiddle.net/remarkablemark/1k7t6s9o/)\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/en/)\n- [npm](https://www.npmjs.com/get-npm)\n\n## Installation\n\nClone the repository:\n\n```sh\ngit clone https://github.com/remarkablemark/texsvg-server.git\ncd texsvg-server\n```\n\nInstall the dependencies:\n\n```sh\nnpm install\n```\n\n## Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the server in **production** mode using [PM2](https://github.com/Unitech/pm2).\n\n### `npm run dev`\n\nRuns the server in **development** mode.\n\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe server will restart if you make edits.\n\n### `npm test`\n\nRuns integration tests.\n\n### `npm run test:watch`\n\nRuns integration tests in watch mode.\n\n### `npm run release`\n\nGenerates a release.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Ftexsvg-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablemark%2Ftexsvg-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Ftexsvg-server/lists"}