Skip to content

domingohui/initial-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial Commit

I made this little app to learn about vue js and simple api scraping.

Fire up index.html to get rollin'

Or go to https://domingohui.github.io/initial-commit/

Production mode

Change

<script src="https://unpkg.com/vue"></script>

in index.html to

<script src="https://unpkg.com/vue@[$version]/dist/vue.min.js"></script>

TODO

  • Error detection (invalid repo/username, over rate limit)
  • Work on CSS
  • Clear button
  • (In progress) Need to support repos with LOTS of commits. Still limited by API rate limit.