Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.25 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.25 KB

Periodic Table Search

PTS Is a program CLI that helps you find elements using their symbols, element name, atomic number and etc.

Features

currently: finding elements by their

  • atomic number
  • symbol
  • name

here's how you can find an element

You have to pass two argument: [0] => unit & [1] => value

    Example:

    dotnet run symbol au
    dotnet run element argon
    dotnet run atomic-number 16

Todo

  • initialize models and dbcontext through the existing database
  • creating search method with different parameters
  • reading arguments and connect them to the search methods
  • making a solution to organize search methods and make it cleaner
  • printing the output using table
  • edit the README.md file
  • get rid of all the if statements to know which arg is related to which method

SETUP / INSTALL

Requirements

Development

To clone and using the program follow these steps:

 1. git clone https://github.com/ariadev/PeriodicTableSearch.git
 2. cd PeriodicTableSearch
 3. dotnet run

License

Made by Aria Seyedahmadi

Published under MIT License.