Skip to content

ivan770/wordkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordKit

WordKit is an open-source API for spellchecking and word translation, using MySQL database as dictionary.

Configuration

  1. Create Lumen project using Composer

composer create-project --prefer-dist laravel/lumen blog

  1. Unarchive WordKit to your newly created project.

  2. Create create a copy of .env.example, and name it as .env

  3. Change .env settings to yours

Don't forget to change APP_KEY and WORDKIT_KEY

API Methods

Type URL Method POST Parameters
Public /translate/lang_from/lang_to/word GET None
Public /spellcheck/lang/word GET None
Private /admin/add POST word,lang,key
Private /admin/remove POST word,lang,key

About

Your own REST API for translating and spellchecking, built on Lumen

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages