Skip to content

Paparoni/HotDogJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

HotDogJS

JavaScript framework for beginners, basically a more advanced Peanut.

Documentation

npm

Run the following

npm install hotdog

Stable Version CDN

Include this in the <head></head> section of your HTML file.

<script src="http://cdn.bloob.ga/hotdog.js"></script> 

or this line (minified version)

<script src="http://cdn.bloob.ga/hotdog.min.js"></script> 

Use code

Include hotdog.js or hotdog.min.js into your project's directory Then include the line below in the <head></head> section of your HTML file.

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

About

JavaScript framework for beginners, basically a more advanced Peanut.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published