GithubHelp home page GithubHelp logo

xavierenc / stock-quotes Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 24 KB

A demonstration using CSS canvas to draw data charts. The data is stored in an XML database and retrieved via AJAX. I use PHP to add and retrieve data from the database.

JavaScript 65.92% HTML 18.18% CSS 9.31% PHP 6.60%
css3 canvas xml php database-design

stock-quotes's Introduction

/* Stock Quote system created in 2019 by Jeffrey B. Madden, owner of Other Mind Paradigm. All rights reserved. */

Stock Quote system

There are three features for the Stock Quote system. All three features are linked to each other.

View Quotes (stock_quotes.html) - View and analyze stock quotes from the database. An HTML form sends Javascript AJAX requests to retrieve and parse XML.

Update Symbols (update_symbols.html) - Adds new companies to the database. An HTML form sends form values via AJAX to a PHP script that creates a new XML file to store the new company. This XML will also be used to store stock quote data for that company.

Add Quotes (add_quotes.html) - Adds a quote to a company existing in the database. Quote times are saved as current UTC time. An HTML form sends form values via AJAX to a PHP script. The PHP script searches for the company entered and stores the data into the XML file.

stock-quotes's People

Contributors

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