finsource / webapp

A simple web app for all of your finance related news and updates.

Home Page:https://finsource.github.io/webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

finsource

A simple web app for all of your finance related news and updates.

Api's used:

const datapoint = `https://www.alphavantage.co/query?function=TIME_SERIES_DAILY_ADJUSTED&symbol=
                   ${stock[i]}.BSE&outputsize=full&apikey=${api_key}`;

const response = await fetch(datapoint);
const data = await response.json();
//js/top.js
async function getExchangeRate() {
  //code here
}

Login Credentials for github demo

Username : root
password: root

About

A simple web app for all of your finance related news and updates.

https://finsource.github.io/webapp


Languages

Language:HTML 50.8%Language:JavaScript 25.3%Language:CSS 23.9%