/Periodic-Table-Database

Bash a script to get information about chemical elements from a periodic table database.

Primary LanguageShell

Periodic Table Database

Description

Bash a script to get information about chemical elements from a periodic table database.

Usage

Setup

  1. clone the repository:
$ git clone https://github.com/YasinAlhadi/Periodic-Table-Database.git
  1. run
$ psql -U postgres < periodic_table.sql
  1. to get information about an element:
$ ./element.sh <element name> or <element symbol> or <atomic number>

Example

Technologies:

  • PostgreSQL
  • Bash