Skip to content

Commit 0e1275c

Browse files
added polyglot-tree-traversal example (#22)
Co-authored-by: Vicente Eduardo Ferrer Garcia <[email protected]>
1 parent 32b6047 commit 0e1275c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ There are other examples for articles that we write in [our blog](https://medium
2020
- [Polyglot URL shortener that can be deployed into MetaCall FaaS](https://github.com/metacall/url-shortener-example): Using TinyURL API in Python with a Node Script to shorten a URL, which can be deployed as a Polyglot URL Shortener on MetaCall FaaS, by [harshcasper](https://github.com/harshcasper)
2121
- [Polygot Currency Converter](https://github.com/metacall/currency-convert-example): Using Exchnage Rates API in Python with a NodeJS Script to Convert Currency using MetaCall by [Siddhant-K-code](https://github.com/Siddhant-K-code)
2222
- [Ployglot Random Password Generator](https://mostafawael.medium.com/make-your-first-polyglot-project-using-metacall-40e6b3333f36): Follow a step-by-step guide to install MetaCall and make your first simple project using Python and Javascript, by [Mostafa Wael](https://github.com/Mostafa-wael)
23+
2324
## Community Examples
2425

2526
A part from the examples contained in this repository, we are interested in maintaining examples done by the community. The following list contains other repositories with examples ready to be deployed in MetaCall that are supported by contributors.
@@ -31,4 +32,5 @@ A part from the examples contained in this repository, we are interested in main
3132
- [MetaCall Polyglot Data Analysis and Visualization API ](https://github.com/metacall/numpy-matplotlib-websocket-nodejs-example): Implementation of Websocket using NodeJS integrated with Python ML libraries, by [Pawan Singh](https://github.com/pawxnsingh)
3233
- [MetaCall Go-Concurrency Text Classification ](https://github.com/metacall/go-python-ml-example): Implementation of Text Classification model using golang's concurrency model, by [Faizan Shaik](https://github.com/fyzanshaik)
3334
- [MetaCall Polyglot Blog Application](https://github.com/metacall/polyglot-blog-example): A full-stack blog application supports CRUD operations for blog posts, which can be written and rendered in Markdown. It also features a summarization capability powered by Python through MetaCall, by [Mohy Khalid](https://github.com/mohyware)
34-
- [MetaCall Weather Dashboard](https://github.com/MoX678/metacall-weather-dashboard): weather app built with Vue.js/, Node.js, Python Using MetaCall Loader and Express that provides the weather api . The API supports various endpoints, including current weather for a given location, weather forecasts, weather analysis using MetaCall with Python integration, and weather predictions based on machine learning models. by [Mohamed Khaled](https://github.com/MoX678).
35+
- [MetaCall Weather Dashboard](https://github.com/metacall/weather-dashboard-example): weather app built with Vue.js/, Node.js, Python Using MetaCall Loader and Express that provides the weather api . The API supports various endpoints, including current weather for a given location, weather forecasts, weather analysis using MetaCall with Python integration, and weather predictions based on machine learning models. by [Mohamed Khaled](https://github.com/MoX678).
36+
- [Polyglot Tree Traversal](https://github.com/metacall/polyglot-tree-traversal-example): Traversing a tree where nodes are written in C, Python and JS, by [Rohan Kumar Mahato](https://github.com/RohanKrMahato)

0 commit comments

Comments
 (0)