Skip to content

MeilCli/ProgrammerWidget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProgrammerWidget

Web Widget for Qiita, Teratail and Github

Overview

  • Use TypeScript (convert to ECMAScript 6)
  • Can cache to local storage (save some requests for a hour)
  • Responsive widget

Require

  • ECMAScript 6 enviroment in browser
  • if use Qiita-With-Items widget, Font Awesome
  • if use Teratail-With-Answer widget, Font Awesome
  • if use Github-With-Activity widget, Octicons

RateLimit

Service Rate Limit per Hour for IP
Qiita 150
Teratail 30
Github 60
Widget Requests per 1 show
QiitaWidget(User Profile Only) 2
QiitaWidget(User Profile With Items) 2
TeratailWidget(User Profile Only) 4
TeratailWidget(User Profile With Answer) 4 + Answer Count(max 10)
GithubWidget(User Profile Only) 2 + Repository Count(max 10)
GithubWidget(User Profile With Activity) 3 + Repository Count(max 10)

License

This Library is under MIT License