nomad-poster

This is a simple script to post on Nomad

Usage no npm install needed!

<script type="module">
  import nomadPoster from 'https://cdn.skypack.dev/nomad-poster';
</script>

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');