README
Nomad Poster
This is a simple script to post on Nomad
Example
const Nomad = require('nomad-poster');
const nomad = new Nomad('my-hns-domain', 'that-private-key-you-should-have–a-backup');
nomad.post('Yet another automated post');
This is a simple script to post on Nomad
<script type="module">
import nomadPoster from 'https://cdn.skypack.dev/nomad-poster';
</script>
This is a simple script to post on Nomad
const Nomad = require('nomad-poster');
const nomad = new Nomad('my-hns-domain', 'that-private-key-you-should-have–a-backup');
nomad.post('Yet another automated post');