sunilhari / jsbot

Telegram bot to execute javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsBot

The idea was to create a javascript intrepreter(not sure if it is the right word) for mobile devices.It occured to me that ,if I have to try some javascript snippets real quick,I had no option other than running a node instance in my shell or console of my chrome browser.All this options are viable if i have access to a system.But what if you dont have access to as system and all you have is your mobile phone.So I have combined to basic ideas to build a javascript intrepreter(Again not sure if it is the right word) for mobile devices.

Concepts

By combining these two simple concepts , we will build a simple chatbot that accepts javascript code snippets and returns the output.

Test me at @jscontextbot

Please read the full post here

About

Telegram bot to execute javascript


Languages

Language:JavaScript 97.2%Language:HTML 2.8%