0.9.0 • Published 6 years ago

petitbio v0.9.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Small JavaScript app that provides a summary of a visitor's data and sends it to a database. (W.I.P)

Information provided:

  • An user's timezone
  • An user's operating system
  • An user's device

Tools used:

JavaScript
Libre Office
npm

Installing for React

npm install petitBio

Adding it to your website

1) Add petitBio.js to your js folder

2) Add this script to the bottom of your html page

<script src="js/petitBio.js"></script>