Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petrkle/tabulka
Periodic Table of Elements for Android
https://github.com/petrkle/tabulka
android cordova periodic-table perl
Last synced: 9 days 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 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T20:35:13.000Z (19 days ago)
- Last Synced: 2024-10-26T22:32:21.932Z (19 days 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: 4
- 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
```