README
Populr.me API JS
The Populr javascipt module wraps the Populr.me API so that it can be used easily from a Node.js app. Currently, the module is based on Fermata, which makes it easy to encapsulate a REST API. Pull requests are welcome.
Node.js wrapper for the Populr.me Publishing API
<script type="module">
import populr from 'https://cdn.skypack.dev/populr';
</script>
The Populr javascipt module wraps the Populr.me API so that it can be used easily from a Node.js app. Currently, the module is based on Fermata, which makes it easy to encapsulate a REST API. Pull requests are welcome.