All Projects → philcallister → ticker-phoenix

philcallister / ticker-phoenix

Licence: MIT license
Elixir Phoenix Stock Quotes API (IEX Trading)

Programming Languages

javascript
184084 projects - #8 most used programming language
elixir
2628 projects

Projects that are alternatives of or similar to ticker-phoenix

Ex rated
ExRated, the Elixir OTP GenServer with the naughty name that allows you to rate-limit calls to any service that requires it.
Stars: ✭ 328 (+2086.67%)
Mutual labels:  phoenix, otp
game of life-elixir
An implementation of Conway's Game of Life in Elixir
Stars: ✭ 22 (+46.67%)
Mutual labels:  phoenix, phoenix-channels
IEXSharp
IEX Cloud API for C# and other .net languages. Supports SSE streaming
Stars: ✭ 87 (+480%)
Mutual labels:  iextrading, iex-trading
poker ex
Texas Hold 'Em app written in Elixir with Phoenix and OTP
Stars: ✭ 58 (+286.67%)
Mutual labels:  phoenix, phoenix-channels
ticker-react
React Client for displaying Stock Quotes (IEX Trading)
Stars: ✭ 34 (+126.67%)
Mutual labels:  phoenix, phoenix-channels
Elixirbooks
List of Elixir books
Stars: ✭ 1,021 (+6706.67%)
Mutual labels:  phoenix, otp
IEX CPP API
Unofficial C++ Lib for the IEXtrading API
Stars: ✭ 34 (+126.67%)
Mutual labels:  iextrading, iex-trading
Memento
Collect saved items from different sources around the web
Stars: ✭ 89 (+493.33%)
Mutual labels:  phoenix, otp
iextrading4j-hist
IEX Trading library to parse TOPS and DEEP multicast packets
Stars: ✭ 20 (+33.33%)
Mutual labels:  iextrading, iex-trading
king of tokyo
👑 King of Tokyo Multiplayer Board Game using Phoenix LiveView
Stars: ✭ 25 (+66.67%)
Mutual labels:  phoenix, phoenix-channels
ueberauth discord
Discord OAuth2 Strategy for Überauth.
Stars: ✭ 12 (-20%)
Mutual labels:  phoenix
rabbit
Build Elixir applications with RabbitMQ
Stars: ✭ 36 (+140%)
Mutual labels:  otp
nitrokey-storage-firmware
Firmware for the Nitrokey Storage device
Stars: ✭ 53 (+253.33%)
Mutual labels:  otp
create-fastify-app
An utility that help you to generate or add plugin to your Fastify project
Stars: ✭ 53 (+253.33%)
Mutual labels:  cors
supervisorring
otp/supervisor-like interface to supervise distributed processes
Stars: ✭ 15 (+0%)
Mutual labels:  otp
vapi
vAPI is Vulnerable Adversely Programmed Interface which is Self-Hostable API that mimics OWASP API Top 10 scenarios through Exercises.
Stars: ✭ 674 (+4393.33%)
Mutual labels:  cors
e-voting-with-django
The Voting System web application using Django is a project that serves as the automated voting system of an organization or school. This system works like the common manual system of election voting system whereas this system must be populated by the list of the positions, candidates, and voters. This system can help a certain organization or s…
Stars: ✭ 54 (+260%)
Mutual labels:  otp
angular-code-input
Code (number/chars/otp/password) input component for angular 7, 8, 9, 10, 11, 12+ projects including Ionic 4, 5 +
Stars: ✭ 112 (+646.67%)
Mutual labels:  otp
phoenix bootstrap form
Bootstrap 4 Forms for Phoenix/Elixir Applications
Stars: ✭ 38 (+153.33%)
Mutual labels:  phoenix
ArubaOTP-seed-extractor
Extract TOTP seed instead of using ArubaOTP app
Stars: ✭ 23 (+53.33%)
Mutual labels:  otp

ticker-phoenix

ticker-phoenix is an example Elixir Phoenix app which provides an API for pulling stock quotes from the (defunct but still available) Google Finance API by using the ticker-elixir Elixir OTP app. Clients can subsribe to Phoenix Channels with stock ticker symbols and be periodically notified of updates.

To see the ticker-phoenix 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

  • Elixir 1.3.4
  • OS X El Capitan (10.11)

Note: Pull the elixir_1.4 branch to use Elixir 1.4.

Setup

Clone Repo

git clone https://github.com/philcallister/ticker-phoenix.git

Dependencies

mix deps.get
mix deps.compile

Run It

Start the server

mix phoenix.server

OR within iex

iex -S mix phoenix.server

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].