anonrose / alpaca.graphql

A GraphQL layer over the Alpaca API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT License LinkedIn

Deploy

Installation

  1. Get your API keys from https://alpaca.markets/

  2. Deploy this repo to heroku if you want using the above button, or anywhere, this is just an express server

  3. Set your env vars: ALPACA_CLIENT_ID ALPACA_CLIENT_SECRET

  4. If you want to view the graphiql interface, set the SHOW_GRAPHIQL env var to anything and visit the /graphql route

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

About

A GraphQL layer over the Alpaca API

License:MIT License


Languages

Language:JavaScript 100.0%