You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ There are other examples for articles that we write in [our blog](https://medium
20
20
-[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)
21
21
-[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)
22
22
-[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
+
23
24
## Community Examples
24
25
25
26
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
31
32
-[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)
32
33
-[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)
33
34
-[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