@fnu/poshett-web
v1.0.2
Published
poshett-web is the common HTTP server and visual interface part of the Poshett project.
Downloads
22
Readme
poshett-web
poshett-web is the common HTML server and visual interface part of the Poshett project.
Installing
Add to your project using:
npm install @fnu/poshett-web
Usage
var poshett = require('@fnu/poshett-web');
poshett.initServer();
poshett.startServer(); // Server runs on localhost:3000
poshett.setCurrentMusic({
title: 'Never Gonna Give You Up',
artist: 'Rick Astley',
imgUrl: 'https://upload.wikimedia.org/wikipedia/en/1/1c/Rick_Astley_-_Whenever_You_Need_Somebody.png'
});