Coder Social home page Coder Social logo

bcv-api's Introduction

bcv-api

Micro servicio de exposición APIRest con 2 puntos de accesos <anónimos>.

¿utilidad?

Entrega en un bonito formato json el cambio de X:1 bolivar : moneda extranjera permitiendo hacer uso de esta conversión en cualquier aplicación consumiendo el Endpoint correspondiente.

Actualmente se maneja el cambio de bolivares a las siguientes monedas. Siendo así el valor de 1 moneda extranjera expresado en bolívares dentro del atributo "exchange"

  • Dolar
  • Euro
  • Lira Turca
  • Rublo
  • Yuan

Ejemplo

Ejemplo de la respuesta del exchange EP

ENDPOINTS

GET v1/exchange

response body:
[
	{
		"currency": varchar
		"exchange": float4,
		"date": timestamptz
	},
]
response error body:
{
	"error": object
}

GET v1/exchange/:curr

este endpoint permite retornar el valor más actual de la moneda selecionada curr puede tomar el valor de:

  • Dolar
  • Euro
  • Lira Turca
  • Rublo
  • Yuan

Si no existiera la moneda pasada entonces devolvería un arreglo vacío.

response body:
	{
		"currency": varchar<curr>
		"exchange": float4,
		"date": timestamptz
	}
response error body:
{
	"error": object
}

Desplegado en deno

https://bcv-api.deno.dev/v1/exchange

bcv-api's People

Contributors

kurokuro15 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bcv-api's Issues

CORS error

Describe the bug

Access to fetch at 'https://bcv-api.deno.dev/v1/exchange' from origin as been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

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.