corbindavenport / imageshare

A lightweight web app for uploading images, created for the Nintendo 3DS and other legacy web browsers.
https://theimageshare.com
GNU General Public License v3.0
81 stars 5 forks source link

Create website #3

Closed corbindavenport closed 2 years ago

corbindavenport commented 4 years ago

This should be hosted on the web branch. It might be best to use Bootstrap for the UI.

Home page:

Image viewer page

corbindavenport commented 4 years ago

Looks like the 3DS can actually scan URL QR codes, so the 3DS instructions can walk the user through scanning a QR code to the web app, instead of typing in the URL in the browser.

https://en-americas-support.nintendo.com/app/answers/detail/a_id/134/~/how-to-scan-a-qr-code

corbindavenport commented 4 years ago

The upload page now generates a $software variable with the 3DS game ID, which can later be passed to the image viewer page as another URL parameter.

The image viewer page should look for a match in this database, then display the name of the game and recommended hashtags. This should be an asynchronous function, so it doesn't impede the loading of the actual screenshot. The database will probably have to be mirrored on GitHub, since that site isn't set up to use HTTPS.

List of hashtags from Nintendo's Image Share:

SmileBASIC (#SmileBASIC #3DS)
Nintendo presents (#StyleBoutique #3DS)
New Style Boutique 3 - Demo (#StyleBoutique #3DS)
Nintendo Presents: New Style Boutique™ 3 - Styling Star (#StyleBoutique #3DS)
BYE-BYE BOXBOY! (#ハコボーイ! #BOXBOY! #3DS)
Miitopia: Casting Call (#Miitopia #3DS)
Miitopia (#Miitopia #3DS)
Team Kirby Clash Deluxe (#TeamKirbyClashDeluxe #Kirby #3DS)
PixelMaker (#PixelMaker #3DS)
Animal Crossing: New Leaf (#ACNL)
Animal Crossing: New Leaf – Welcome amiibo (#ACNL)
Birdie Bonanza (#BirdieBonanza #3DS)
Disney Art Academy (#DisneyArtAcademy #3DS)
Musicverse: Electronic Keyboard (#musicverse #3DS)
Animal Crossing: Happy Home Designer (#ACHappyHome #3DS)
DisneyMagicalWorld2 (#DisneyMagicalWorld #3DS)
Pokémon Rumble World (#PokemonRumble #3DS)
HOME Menu (#My3DS #Theme #3DS)
Super Smash Bros. for Nintendo 3DS (#SmashBros #3DS)
Pokémon Art Academy (#PokemonArtAcademy #3DS)
Freakyforms: Your Creations, Alive! (#Freakyforms #3DS)
AR Games: Augmented Reality (#ARGames #3DS)
Freakyforms Deluxe: Your Creations, Alive! (#Freakyforms #3DS)
FaceRaiders (#FaceRaiders #3DS)
Game Notes (#GameNotes #3DS)
Spirit Camera The Cursed Memoir (#心霊カメラ #SpiritCamera #3DS)
Chibi-Robo! Let's Go, Photo! (#ChibiRobo #3DS)
New Art Academy Learn New Painting Techniques And Share Your Art (#絵心教室 #ArtAcademy #3DS)
StreetPass Mii Plaza (#StreetPassMiiPlaza #3DS)
THE "DENPA" MEN 2 Beyond the Waves (#denpamen #denpablog)
Animal Crossing: New Leaf (#ACNL)
Tomodachi Life (#TomodachiLife #3DS)
nintendogs + cats Golden Retriever & New Friends (#nintendogs)
nintendogs + cats French Bulldog & New Friends (#nintendogs)
nintendogs + cats Toy Poodle & New Friends (#nintendogs)
Pilotwings Resort (#PilotwingsResort #3DS)
Pullblox (#Pullblox #Pushmo #3DS)
Fallblox (#Fallblox #Crashmo #3DS)
Mii Maker (#Mii #MiiMaker #3DS)
Nintendo presents: New Style Boutique (#StyleBoutique #3DS)
corbindavenport commented 4 years ago

Initial website is live.