The web page for exemplator.
Exemplator shows you code snippets from GitHub in which a function of your choice is called. Exemplator is meant as an addition to docs: sometimes you stumble across a cool library with a mediocre documentation, and you just want to know how to use it. Well with exemplator you can "google" the function in question and see examples of it being used in real projects.
Check it out here.
For more information see the exemplator repository.
Run npm install
& npm start
to host locally, and npm run dev
to develop.