Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesNWT/StartPage2
Second attempt at a startpage
https://github.com/jamesNWT/StartPage2
Last synced: 14 days ago
JSON representation
Second attempt at a startpage
- Host: GitHub
- URL: https://github.com/jamesNWT/StartPage2
- Owner: jamesNWT
- Created: 2021-05-10T09:37:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T14:18:40.000Z (over 2 years ago)
- Last Synced: 2024-08-01T15:05:41.298Z (3 months ago)
- Language: JavaScript
- Homepage: https://jamesnwt.github.io/StartPage2/
- Size: 13.3 MB
- Stars: 21
- Watchers: 1
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StartPage2
Second attempt at a startpageGo to the live website with the link in the about section on the right hand sidebar.
A personal and mostly just creatively satisfying project. No, your screen isn't glitching out, that's a CSS scanlines effect. Probably not many would like it but I think its cool.
## Search bar functionality:
```
-d [words] : searches duckduckgo for words
-y [words] : searches youtube for words
-l [words] : google searches the liquipedia site for words
-w [words] : searches wikipedia for words
-a [shortcut name] [url] [category] : creates a new shortcut to url labeled name under category
-r [shortcut name] : removes a shortcut labeled name if possible
-s [shortcut name] : goes to shortcut's url
no prefix: google search of whatever is in search bar
```Although, unless you're me, you won't be able to add or remove shortcuts since I've locked that feature with firebase authentication for obvious reasons.