https://github.com/petrkle/tabulka
Periodic Table of Elements for Android
https://github.com/petrkle/tabulka
android cordova periodic-table perl
Last synced: about 1 year ago
JSON representation
Periodic Table of Elements for Android
- Host: GitHub
- URL: https://github.com/petrkle/tabulka
- Owner: petrkle
- Created: 2013-03-03T15:37:03.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T20:26:39.000Z (over 1 year ago)
- Last Synced: 2025-03-20T22:01:23.279Z (over 1 year ago)
- Topics: android, cordova, periodic-table, perl
- Language: HTML
- Homepage: https://play.google.com/store/apps/details?id=cz.kle.tabulka
- Size: 9.61 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Periodic Table of Elements for Android.
Google Play: https://play.google.com/store/apps/details?id=cz.kle.tabulka
## Privacy policy
No data transfers at all. No permissions required. App only display
periodic table and nothing else.
## Build
Install perl prerequisites.
```
cpanm --installdeps .
```
Build apk file
```
make apk
```