Giter Site home page Giter Site logo

Comments (2)

gnomeontherun avatar gnomeontherun commented on July 17, 2024

Running this server locally still requires internet connection, because it connects to remote services. Unfortunately I didn't design this API to run any other way, because stock prices must come across the internet. If you have a limited connection, I suggest the best way to handle this is to download a snapshot of the data once as a JSON file, then update your demo to load from the local JSON file. You get static data, but it can run without the API.

However, here are the basic instructions.

  • Clone the repository and navigate to it
  • Run npm install
  • Create a Firebase account if you don't have one (Google cloud console)
  • Create a new project
  • Find the API key and details in your project settings
  • Create a .env file at the root of the repo and add properties by name (see https://github.com/angular-in-action/api/blob/master/index.js#L26)
  • Run npm start and you should be up and running
  • Update any references to the API to your new URLs

from api.

gnomeontherun avatar gnomeontherun commented on July 17, 2024

I've updated this service to be fully independent of the details above, just set it up and run it locally based on the README details.

from api.

Related Issues (1)

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.