An open API service indexing awesome lists of open source software.

https://github.com/siddhant-k-code/currency-convert-example

Currency Converter with MetaCall CLI
https://github.com/siddhant-k-code/currency-convert-example

currency-converter example metacall nodejs python3

Last synced: 3 months ago
JSON representation

Currency Converter with MetaCall CLI

Awesome Lists containing this project

README

          

# Polyglot Currency converter that can be deployed into MetaCall FaaS


Currency Converter with MetaCall

In this example we will see how we can use a Python script for a Node Script to build a **Polyglot Currency converter**. Link to the article: https://dev.to/siddhantkcode/polyglot-programming-with-metacall-308m.

## Install

Install MetaCall CLI:

```sh
curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | sh
```

Install application dependencies:

```sh
metacall pip3 install requests==2.20.0
```

## Run the Application

- add your API Key in [main.py](./main.py#L4)

- Run:

```sh
metacall main.js
```

## LICENSE

[Apache License 2.0](./LICENSE)