GithubHelp home page GithubHelp logo

alexxnica / emojitrack-web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emojitracker/emojitrack-web

0.0 0.0 0.0 13.32 MB

:dizzy: emojitracker frontend application

Home Page: http://emojitracker.com

Ruby 19.34% JavaScript 0.95% CoffeeScript 32.64% HTML 30.11% CSS 16.97%

emojitrack-web's Introduction

emojitrack ๐Ÿ’ซ

emojitrack tracks realtime emoji usage on twitter!

This is but a small part of emojitracker's infrastructure. Major components of the project include:

Additionally, many of the libraries emojitrack uses have also been carved out into independent emoji-related open-source projects, see the following:

  • emoji_data.rb utility library for handling the Emoji vs Unicode nightmare (Ruby)
  • emoji-data-js utility library for handling the Emoji vs Unicode nightmare (Nodejs port)
  • exmoji utility library for handling the Emoji vs Unicode nightmare (Elixir/Erlang port)
  • emojistatic generates static emoji assets for a public CDN

As well as some general purpose libraries:

  • cssquirt Embeds images (or directories of images) directly into CSS via the Data URI scheme
  • sse-bench benchmarks Server-Sent Events endpoints

emojitrack-web

This is the main web application for the Emojitracker frontend and REST API.

Development Setup

Frontend + REST API

  1. Make sure you have Ruby 2.2.x installed and gem install bundler.

  2. Get the repository and basic dependencies going:

    git clone mroth/emojitrack
    cd emojitrack
    bundle install --without=production
    
  3. Copy .env-sample to .env and configure required variables.

  4. Make sure you have Redis installed and running. The rules in lib/config.rb currently dictate the order a redis server instance is looked for. Depending on what you are doing, you may need to have the db populated from a emojitrack-feeder instance.

  5. Run all processes via foreman start.

Frontend development only

You can do work on the web frontend only by utilizing the production REST API. Set FRONTEND_ONLY=true in your .env file, and the API routes will not be loaded and the AJAX calls will be routed to the production API instead of localhost.

emojitrack-web's People

Contributors

bitdeli-chef avatar jeffreytierney avatar mroth avatar ursooperduper avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.