Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nomad-poster

falci8MIT0.0.3

This is a simple script to post on Nomad

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