Skip to content

yo69008/infojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infoJS

Codacy Badge Build Status npm npm

This package allows the creation of small pop-ups on the page in order to call the visitors on various information. Each pop-up will be presented differently depending on the function it occupies.

Code exemple

basic usage for this component

infoJS ->emergency("your message");

Fine Pop-up who will be able to greet you at the opening of the site.

Installation

Can be installed with npm, there is no need to install style sheet because they are embedded.

npm install infojs

Run the tests

Test can be runned in server side after install development dependencies.

npm install

Run with Node

./node_modules/.bin/mocha

Demo

Heberger image

This pop-up appear on the page, with the code, when it is open.

Inspiration

Learning from PHP psr-3

Authors

yo69008

Copyright

Under MIT licence