Skip to content

saescapa/juni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juni

Writing-Assistant.

TODO

Structure

  • Front-End - Detects:
    • Command
      • Asks API for results, gives back:
        • (Depending on API) - all possible info that might be used at once.
        • Error
    • Change
      • Replaces with alt up or down with more options, until user presses space.

Information comes in packages (aka different APIs), multiple commands have same API usage, so packages are used to extract the data only once.

Packages:

  • 1: bighugelabs - synonyms, antonyms and usr(?)
  • 2: datamuseAPI - Rhyme

Commands:

  • 's' -> Synonym from PACKAGE 1
  • 'a' -> Antonym from PACKAGE 1
  • 'r' -> Rhyem from PACKAGE 2
  • 'u' -> ?? from PACKAGE 1

TODO List

  • Instructions
  • README
  • UI
  • History
  • A lot more.
  • Restrict .post requests
  • Detect part of speech for more accuracy.

Features

  • Commands (see commands)
  • Color on possible command.
  • Store info on front-end for future use.
  • Color on possible change.
  • Can change between different options.
  • A lot more

About

Personal Writing Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages