Skip to content

Backend application for scraping real-time conversation rates between Venezuelan Bolivares (VEF) and US Dollars (USD), then serving this data through a REST Javascript AP

Notifications You must be signed in to change notification settings

dmorenog01/tasave-native-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TasaVE Native Backend

This repository contains two directories: api and scrapers.

You can also access the repo for the React Native app here

api

The api directory contains an express api served as a google cloud function with two endpoints:

  • /v1/rates: Gets the latest rates from each of the supported currency pairs
  • /v1/ping: Returns a 200 response.

A live deployment of the API can be accessed here.

scrapers

The scrapers directory contains two cloud functions written in Python that are executed on a schedule to scrape exchange rates from each of the supported currencies.

TODO

  • Create endpoint for historic rates

About

Backend application for scraping real-time conversation rates between Venezuelan Bolivares (VEF) and US Dollars (USD), then serving this data through a REST Javascript AP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published