Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 662 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 662 Bytes

RecipePy2 / RecipePy++

recipepy2 is an updated version of recipepy project in AllProjects repository

What is updating

  • added status to determine is it api call or a db recipe
  • added time to determine which time api is called or added a recipe into a recipe
  • writing more cleaner and managable code

which SQL Database i am using?

SQLite3

What is Status

Status : 1

api is called and recipe is stored in db which api provided

Status : 2

user added recipe in db

Which Api is am using?

ApiNinjs Recipe API

Which Python Libraries i will be using?

  • time for time
  • pysqlite for sqlite3 database
  • re for regex