Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Latest commit

 

History

History
54 lines (47 loc) · 1.95 KB

README.md

File metadata and controls

54 lines (47 loc) · 1.95 KB

Homework-generator-pdf

Um projeto onde irei tentar fazer uma aplicação que gera um pdf automaticamente a partir de uma pesquisa na wikipedia

Techs

                               

       

Credentials

⚠️Crie um arquivo .env com suas credenciais neste formato:
⚠️Create an .env file with your credentials in this format:

    ALGORITHMIA_KEY= ...
    GOOGLE_CUSTOM_SEARCH_ENGINE = CSE Id
    CUSTOM_SEARCH_API_KEY = ...
    MONGO_USER = your mongoDb Cluster username
    MONGO_PASSWORD= your mongoDb Cluster password
    CLUSTER = ...
    LOCAL = localhost

APIs

Algorithmia

Google

  • Google Custom Search: Click

Dependencies

  • algorithmia
  • ejs
  • express
  • puppeteer
  • googleapis
  • dotenv
  • cookie-parser

DevDependencies

  • nodemon
  • electron