https://github.com/themexpert/font-awesome-icons-list
GET LIST OF FONT AWESOME ICONS
https://github.com/themexpert/font-awesome-icons-list
List: font-awesome-icons-list
Last synced: about 2 months ago
JSON representation
GET LIST OF FONT AWESOME ICONS
- Host: GitHub
- URL: https://github.com/themexpert/font-awesome-icons-list
- Owner: themexpert
- License: mit
- Created: 2016-08-04T19:53:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T19:40:39.000Z (about 9 years ago)
- Last Synced: 2025-11-11T13:01:52.371Z (7 months ago)
- Language: PHP
- Homepage: http://nadimtuhin.com/font-awesome-icons-list/
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GET LIST OF FONT AWESOME ICONS
hosted here http://nadimtuhin.com/font-awesome-icons-list/
## Try it
run `composer install` and `php -S localhost:9999`. Then open `http://localhost:9999`
## Expected response
```json
[
"fa fa-glass",
"fa fa-music",
...
]