webamp/packages/skin-database
dependabot[bot] 2b12eb8844
Bump path-parse from 1.0.6 to 1.0.7 in /packages/skin-database (#1122)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-02 00:17:05 -07:00
..
__mocks__ Server updates 2021-04-05 11:16:17 -04:00
api Remove log 2022-03-24 21:07:50 -07:00
data Fix lint errors 2022-03-24 21:07:50 -07:00
discord-bot Get the actual readme when posting a skin (must await) 2022-03-15 22:50:58 -07:00
fixtures Progress (probably, who knows) 2020-09-16 08:29:50 -04:00
migrations Fix some lints 2022-03-06 23:13:11 -08:00
seeds Don't use a date object for test data. Match DB. 2022-03-10 08:56:49 -08:00
services Cleanup/refactor 2022-02-19 21:25:39 -08:00
tasks Turn off some tests that fail in CI 2022-03-18 00:21:19 -07:00
.eslintrc.js Enable top-level lint 2022-03-06 23:05:11 -08:00
.gitignore Add config 2022-03-10 19:52:36 -08:00
addSkin.ts Fix lint errors 2022-03-24 21:07:50 -07:00
algolia.ts Improve environment separation 2020-11-30 18:14:28 -05:00
babel.config.js Progress (probably, who knows) 2020-09-16 08:29:50 -04:00
cli.ts Use correct name for command 2022-03-25 00:08:53 -04:00
CloudFlare.ts Progress 2021-01-18 13:37:39 -05:00
config.ts Fix which channel we use for feedback 2022-03-16 02:16:25 -04:00
data.json Tweet from JS and scrape tweets 2020-11-02 23:49:49 -05:00
db.ts Try falling back to test 2022-03-09 23:40:48 -08:00
DiscordWinstonTransport.js Discord upgrade 2021-04-05 11:16:17 -04:00
jest-setup.js Log node env 2022-03-09 21:57:32 -08:00
knexfile.ts Test server, including GraphQL endpoint 2022-03-09 21:40:01 -08:00
logger.js Move skin stuff to their own packages 2020-05-17 22:24:35 -07:00
package.json Bump aws-sdk from 2.683.0 to 2.814.0 (#1134) 2022-04-02 00:16:18 -07:00
README.md Add readmes 2020-05-18 09:05:12 -07:00
s3.js Enforce Prettier at the root 2022-03-06 23:08:43 -08:00
shooter.js Enable top-level lint 2022-03-06 23:05:11 -08:00
skinHash.ts Clean up refresh flow 2022-02-27 13:50:53 -08:00
tsconfig.json Speed up TS and start doing more sqlite 2020-09-16 08:26:55 -04:00
twitter.ts Add type info 2020-12-02 01:20:31 -05:00
types.ts Add file_info and rm redme_text column 2022-02-25 23:09:30 -08:00
utils.ts Refactors and work toward fixing consistency with archive.org 2022-02-19 14:44:09 -08:00
yarn.lock Bump path-parse from 1.0.6 to 1.0.7 in /packages/skin-database (#1122) 2022-04-02 00:17:05 -07:00

Winamp Skin Database

This package contains code for managing the collection of Winamp skins which are used for various projects related to Webamp:

  • @winampSkins Twitter Bot
  • The Discord bot used in the Webamp Discord

Discord Bot

The discord bot allows us to:

  • Review skins for use by the Twitter bot
  • Upload new skins to the database
  • Get a screenshot of a given skin
  • Get a link/screenshot of a skin based on its hash

Server

This package also includes a GraphQL interface for exploring skins. It is not currently used by anything, but can be useful for inspecting the data.