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

https://github.com/fps/jslab

An android app that provides a browser-based JavaScript playground - useful as a calculater, too
https://github.com/fps/jslab

android browser f-droid fdroid javascript programming webview

Last synced: 3 days ago
JSON representation

An android app that provides a browser-based JavaScript playground - useful as a calculater, too

Awesome Lists containing this project

README

          

# JSlab

A simple android app for evaluating JavaScript code in a browser context.

[Get it on F-Droid](https://f-droid.org/packages/eu.dfdx.jslab/)

# Description

The author was in need of a more capable calculator app than what's included with Android. After finding none that pleased him he made one himself. Javascript is turing complete, WebViews provide javascript and the eval() function. Thusly JSlab was created.

# Screenshot