Skip to content

agata-dolatowska/the-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the-book

Install

install node.js

git clone https://github.com/agata-dolatowska/the-book
cd the-book
npm install
npm start

get bible api key

create config.ts file in project folder

export const config = {
  bibleApiKey: "your key"
};