https://github.com/michaelchadwick/omni-all-my-webs
Show all the webs on one page
https://github.com/michaelchadwick/omni-all-my-webs
directory lazy-loading webdev websites
Last synced: 4 months ago
JSON representation
Show all the webs on one page
- Host: GitHub
- URL: https://github.com/michaelchadwick/omni-all-my-webs
- Owner: michaelchadwick
- Created: 2015-06-23T17:12:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T19:29:46.000Z (9 months ago)
- Last Synced: 2025-06-20T01:12:20.887Z (4 months ago)
- Topics: directory, lazy-loading, webdev, websites
- Language: JavaScript
- Homepage: https://omni.neb.host
- Size: 174 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Omni (All My Webs)
A simple way to show a bunch of websites on a one-pager.
In order to use this web app yourself, just create a `json/sites.json` file under the root in the following manner:
```json
{ "sites": [
{
"name": "Website Name 1",
"url": "https://website1.com",
"url2": "https://web1.com",
"blurb": "Webby website.",
"tech": "HTML/CSS/JS"
},
{
"name": "Website Name 2",
"url": "https://website2.com",
"url2": "https://web2.com",
"blurb": "Webbier website.",
"tech": "ReactJS"
}
] }
```The power of JavaScript will fill your web app with glorious (or not-so-glorious, depending on the sites you choose) websites as you scroll to them.