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
- Host: GitHub
- URL: https://github.com/siddhant-k-code/currency-convert-example
- Owner: Siddhant-K-code
- License: apache-2.0
- Created: 2021-04-04T10:16:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T10:47:44.000Z (over 4 years ago)
- Last Synced: 2025-05-18T09:09:31.657Z (5 months ago)
- Topics: currency-converter, example, metacall, nodejs, python3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polyglot Currency converter that can be deployed into MetaCall FaaS
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)