https://github.com/kentlouisetonino/sw-elementexplorer
A CLI tool for Element details.
https://github.com/kentlouisetonino/sw-elementexplorer
bash c-language chemistry cli gcc gdb linux makefile periodic-table science
Last synced: about 1 month ago
JSON representation
A CLI tool for Element details.
- Host: GitHub
- URL: https://github.com/kentlouisetonino/sw-elementexplorer
- Owner: kentlouisetonino
- License: mit
- Created: 2024-06-22T20:15:00.000Z (10 months ago)
- Default Branch: develop
- Last Pushed: 2025-02-09T14:56:10.000Z (3 months ago)
- Last Synced: 2025-02-09T15:25:42.458Z (3 months ago)
- Topics: bash, c-language, chemistry, cli, gcc, gdb, linux, makefile, periodic-table, science
- Language: C
- Homepage: https://snapcraft.io/elementexplorer
- Size: 453 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## SW - ElementExplorer

> - A CLI tool for element details.
> - Elements details are based on [National Library of Medicine PubChem](https://pubchem.ncbi.nlm.nih.gov/ptable/).
> - Snap: https://snapcraft.io/elementexplorer
## Local Development
- `Running the app.`
```sh
# If you only want to build.
make run-build# Running the app with GDB.
make run-debug# Running the app.
make run
```
## Snap Installation
```sh
# If you already installed the CLI tool.
sudo snap refresh elementexplorer# If not yet installed.
sudo snap install elementexplorer# If you want to uninstall.
sudo snap remove elementexplorer# Runnin the CLI tool.
elementexplorer
```