An open API service indexing awesome lists of open source software.

https://github.com/moriyoshi/annotatedsrc

WIP
https://github.com/moriyoshi/annotatedsrc

Last synced: 2 months ago
JSON representation

WIP

Awesome Lists containing this project

README

        

============
annotatedsrc
============

Rendering the posted source code with callouts
----------------------------------------------

::

POST http://localhost:8000/g/code.c.svg

Request body::

#include

int main() --- (1)
{
return 0;
}

Rendering the source code in the specified Git repository with callouts
-----------------------------------------------------------------------

::

GET http://localhost:8000/f/https://github.com/moriyoshi/annotatedsrc/master/+/setup.py?range=1-5&[A]=1&[B]=2