Giter VIP home page Giter VIP logo

patternscanner's Introduction

TradingView Charting Library and React Integration Example (JavaScript)

How to start

  1. Install dependencies npm install.
  2. Copy charting_library folder from https://github.com/tradingview/charting_library/ to /public and to /src folders. The earliest supported version of the Charting Library is 1.12. If you get 404 then you need to request an access to this repository.
  3. Copy datafeeds folder from https://github.com/tradingview/charting_library/ to /public.
  4. add /* eslint-disable */ to src/charting_library/charting_library.min.js tradingview/charting-library-examples#60
  5. Run npm start. It will build the project and open a default browser with the Charting Library.

What is Charting Library

Charting Library is a standalone solution for displaying charts. This free, downloadable library is hosted on your servers and is connected to your data feed to be used in your website or app. Learn more and download.

What is React

React is a JavaScript library for building user interfaces. It is maintained by Facebook, Instagram and a community of individual developers and corporations.

Deploy using google cloud

  • By default, gcp App Engine will route the request to port 8080
$ cat .env
PORT=8080
# Create new google cloud project
gcloud projects create patternscanner --name="Pattern Scanner"

# Change to current project
gcloud app create --project=patternscanner

# Deploy
gcloud app deploy

About This Project

This project was bootstrapped with Create React App.

patternscanner's People

Contributors

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