All Projects → fahad19 → Fontawesomefinder

fahad19 / Fontawesomefinder

Licence: other
AngularJS app for instantly searching FontAwesome icons

Programming Languages

javascript
184084 projects - #8 most used programming language

FontAwesomeFinder

Instantly search for FontAwesome icons through a web interface.

Visit https://awesomeiconsearch.com/

Contributing

Searches are based on FontAwesome's CSS class names, custom keywords, and related icons (and their keywords).

You can help make the searches even better by updating the data.jsonfile.

Adding Keywords

Try adding more keywords to an icon. An example icon in data.json would look like this:

"fa-pencil": {
    "name": "fa-pencil",
    "keywords": [
        "utensil",
        "writer",
        "draw",
        "edit",
        "pen",
        "sketch"
    ]
}

Using Inheritance

Try adding icons to the inherit property of an icon to inherit the keywords of other icons.

"fa-pencil-square-o": {
    "name": "fa-pencil-square-o",
    "inherit": [
        "fa-pencil",
        "fa-square"
    ],
    "keywords": []
}

License

Do whatever you want with this, but credit me and the original author (@fahad19), and don't be a turdsplat.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].