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

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.

Awesome Lists containing this project

README

        

## SW - ElementExplorer


![Screenshot from 2024-06-28 19-22-53](https://github.com/kentlouisetonino/elementexplorer/assets/69438999/55068266-70b3-48cd-a8c8-047a2e4d29ce)


> - 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
```