Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuarabiu/firefox-color-gallery
A gallery for Firefox Color themes that allows users to easily upload themes of their own.
https://github.com/joshuarabiu/firefox-color-gallery
Last synced: about 2 months ago
JSON representation
A gallery for Firefox Color themes that allows users to easily upload themes of their own.
- Host: GitHub
- URL: https://github.com/joshuarabiu/firefox-color-gallery
- Owner: JoshuaRabiu
- License: mit
- Created: 2018-11-05T00:44:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:58:05.000Z (about 2 years ago)
- Last Synced: 2023-03-07T20:40:17.844Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://ec2-18-219-128-1.us-east-2.compute.amazonaws.com:8000/#/
- Size: 4.73 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Firefox Color Gallery
> A place to share your [Firefox Color](https://color.firefox.com/) themes.[Live link to site](http://ec2-18-223-23-42.us-east-2.compute.amazonaws.com/#/)
![Firefox Color Gallery](https://i.imgur.com/NqyXNt8.png)
# About
Firefox Color Gallery captures the preview image for each theme via a Selenium-Webdriver instance of Firefox. The Data for each theme is then stored via MongoDB. The server was made using Node.js's native [http module](https://nodejs.org/api/http.html), while static rendering is handled by the [serve-static](https://github.com/expressjs/serve-static) module.
# License
MIT