Skip to content

noraworld/fastoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastoot

A Chrome Extension that posts quickly your status to Mastodon.

Fastoot

noraworld/wdt-emoji-bundle is used in this project, forked from needim/wdt-emoji-bundle🙏

Installation

Fastoot - Chrome Web Store

Dependencies for developer

  • bootstrap v4.0.0-alpha.6
  • wdt-emoji-bundle

Download Bootstrap and put bootstrap.min.css under src/lib.

Download wdt-emoji-bundle by entering the following commands.

$ cd fastoot
$ curl https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css > src/lib/normalize.min.css
$ curl https://raw.githubusercontent.com/noraworld/wdt-emoji-bundle/unicode/wdt-emoji-bundle.css > src/lib/wdt-emoji-bundle.css
$ curl https://raw.githubusercontent.com/noraworld/wdt-emoji-bundle/unicode/emoji.min.js > src/lib/emoji.min.js
$ curl https://raw.githubusercontent.com/noraworld/wdt-emoji-bundle/unicode/wdt-emoji-bundle.min.js > src/lib/wdt-emoji-bundle.min.js

License

All codes of this repository are available under the MIT License. See the LICENSE for more information.