All Projects → philcallister → ticker-react

philcallister / ticker-react

Licence: MIT license
React Client for displaying Stock Quotes (IEX Trading)

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to ticker-react

ticker-phoenix
Elixir Phoenix Stock Quotes API (IEX Trading)
Stars: ✭ 15 (-55.88%)
Mutual labels:  phoenix, phoenix-channels
king of tokyo
👑 King of Tokyo Multiplayer Board Game using Phoenix LiveView
Stars: ✭ 25 (-26.47%)
Mutual labels:  phoenix, phoenix-channels
poker ex
Texas Hold 'Em app written in Elixir with Phoenix and OTP
Stars: ✭ 58 (+70.59%)
Mutual labels:  phoenix, phoenix-channels
game of life-elixir
An implementation of Conway's Game of Life in Elixir
Stars: ✭ 22 (-35.29%)
Mutual labels:  phoenix, phoenix-channels
Exchat
(Not maintaining) A Slack-like app by Elixir, Phoenix & React(redux)
Stars: ✭ 252 (+641.18%)
Mutual labels:  phoenix
Realtime
Listen to your to PostgreSQL database in realtime via websockets. Built with Elixir.
Stars: ✭ 4,278 (+12482.35%)
Mutual labels:  phoenix
Observer live
A port of observer_cli using LiveView
Stars: ✭ 202 (+494.12%)
Mutual labels:  phoenix
Phoenix And Elm
Example application using Elixir, Phoenix and Elm
Stars: ✭ 188 (+452.94%)
Mutual labels:  phoenix
livebook
Automate code & data workflows with interactive Elixir notebooks
Stars: ✭ 3,402 (+9905.88%)
Mutual labels:  phoenix
pokerex client
Elm client for PokerEx project
Stars: ✭ 39 (+14.71%)
Mutual labels:  phoenix
Pow assent
Multi-provider authentication for your Pow enabled app
Stars: ✭ 236 (+594.12%)
Mutual labels:  phoenix
Formex
A better form library for Phoenix
Stars: ✭ 206 (+505.88%)
Mutual labels:  phoenix
Conduit
RealWorld example backend implementing the CQRS/ES pattern in Elixir and Phoenix
Stars: ✭ 253 (+644.12%)
Mutual labels:  phoenix
Docker Web Framework Examples
Example apps that demonstate how to use Docker with your favorite web frameworks.
Stars: ✭ 204 (+500%)
Mutual labels:  phoenix
keeper
Flexible and Simple authentication solution for Phoenix
Stars: ✭ 27 (-20.59%)
Mutual labels:  phoenix
Changelog.com
Changelog is news and podcast for developers. This is our open source platform.
Stars: ✭ 2,354 (+6823.53%)
Mutual labels:  phoenix
Heroku Buildpack Phoenix Static
A Heroku buildpack for building Phoenix's static assets
Stars: ✭ 225 (+561.76%)
Mutual labels:  phoenix
phoenix assets webpack
Asset Pipeline with Webpack on Phoenix
Stars: ✭ 52 (+52.94%)
Mutual labels:  phoenix
Ex Shop
Digital goods shop & blog created using Elixir (Phoenix framework)
Stars: ✭ 214 (+529.41%)
Mutual labels:  phoenix
Absinthe plug
Plug support for Absinthe, the GraphQL toolkit for Elixir
Stars: ✭ 209 (+514.71%)
Mutual labels:  phoenix

ticker-react

ticker-react is an example React client which pulls stock quotes from the (defunct but still available) Google Finance API by using the ticker-phoenix Elixir Phoenix app. This React client app subsribes to Phoenix Channels with stock ticker symbols and is periodically notified of updates.

To see the ticker-react app in action, head over to

Example screenshot of the three applications being used together

Stock Ticker

Environment

The sample was developed using the following

  • OS X El Capitan (10.11)

Setup

Clone Repo

git clone https://github.com/philcallister/ticker-react.git
Dependencies

You'll need Node to run the JavaScript server and have access to NPM. To install on OS X with Homebrew, run the following brew command

brew install node

Run It

Start the server

npm install && npm start

You'll want to make sure the Elixir Phoenix app is also running. If you haven't done so, follow the instructions for getting it installed and running at ticker-phoenix.

See It

With both the Phoenix and React apps started, you can see it in action from your browser by visiting http://localhost:3000

License

MIT License

Free Software, Hell Yeah!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].