Skip to content

Commit

Permalink
badge
Browse files Browse the repository at this point in the history
  • Loading branch information
thedumbterminal committed Mar 5, 2017
1 parent de3a9db commit a7df6e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Tiny Browser Framework

[![Build Status](https://travis-ci.org/thedumbterminal/TinyBrowserFramework.svg?branch=master)](https://travis-ci.org/thedumbterminal/TinyBrowserFramework)

Tiny browser web framework, which communicates to the server via a websocket. All DOM changes are performed using HTML provided by the server.

Minified size is 2.25 Kb which when transmitted compressed is 858 Bytes!
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "tiny-browser-framework",
"description": "Minimal Client JS Framework ",
"description": "Minimal Client JS Framework",
"version": "1.0.0",
"homepage": "https://github.com/thedumbterminal/TinyBrowserFramework",
"author": {
"name": "thedumbterminal",
"email": "github@thedumbterminal.co.uk",
"url": "http://www.thedumbterminal.co.uk"
},
"main": "src/index.js",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit a7df6e9

Please sign in to comment.