Skip to content

phillfer/FontAwesomeFinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FontAwesomeFinder

Instantly search for FontAwesome icons in the browser.

Visit http://fahad19.github.io/FontAwesomeFinder.

Contributing

Searches are based on FontAwesome's CSS class names, and custom keywords. You can help make the searches even better by updating data.json file and adding more keywords.

An example icon in data.json would look like:

{
  "fa-glass": {
    "name": "fa-glass",
    "keywords": []
}

Now you can add custom keywords so that the glass icon is returned when searched for drink OR wine too.

{
  "fa-glass": {
    "name": "fa-glass",
    "keywords": [
      "drink",
      "wine"
    ]
}

License

It is released under the MIT License.

About

AngularJS app for instantly searching FontAwesome icons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 45.4%
  • HTML 27.3%
  • CSS 27.3%