Skip to content

Commit

Permalink
Deploy watsonbox/exportify to github.com/watsonbox/exportify.git:gh-p…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
traviscibot committed Aug 20, 2024
0 parents commit 3b2365a
Show file tree
Hide file tree
Showing 11 changed files with 106 additions and 0 deletions.
15 changes: 15 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": {
"main.css": "/exportify/static/css/main.5afc2931.css",
"main.js": "/exportify/static/js/main.d8f082a2.js",
"static/js/377.44adbf77.chunk.js": "/exportify/static/js/377.44adbf77.chunk.js",
"index.html": "/exportify/index.html",
"main.5afc2931.css.map": "/exportify/static/css/main.5afc2931.css.map",
"main.d8f082a2.js.map": "/exportify/static/js/main.d8f082a2.js.map",
"377.44adbf77.chunk.js.map": "/exportify/static/js/377.44adbf77.chunk.js.map"
},
"entrypoints": [
"static/css/main.5afc2931.css",
"static/js/main.d8f082a2.js"
]
}
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Export Spotify playlists using the Web API"/><link rel="icon" href="/exportify/favicon.png"/><title>Exportify</title><script defer="defer" src="/exportify/static/js/main.d8f082a2.js"></script><link href="/exportify/static/css/main.5afc2931.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div class="ribbon"><a href="https://github.com/watsonbox/exportify">Fork me on Github</a></div><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
7 changes: 7 additions & 0 deletions static/css/main.5afc2931.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/main.5afc2931.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions static/js/377.44adbf77.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/js/377.44adbf77.chunk.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions static/js/main.d8f082a2.js

Large diffs are not rendered by default.

72 changes: 72 additions & 0 deletions static/js/main.d8f082a2.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
/*!

JSZip v3.10.1 - A JavaScript class for generating and reading zip files
<http://stuartk.com/jszip>

(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.

JSZip uses the library pako released under the MIT license :
https://github.com/nodeca/pako/blob/main/LICENSE
*/

/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/*!
* Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
*
*
* @author Jerry Bendy <jerry@icewingcc.com>
* @licence MIT
*
*/

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions static/js/main.d8f082a2.js.map

Large diffs are not rendered by default.

0 comments on commit 3b2365a

Please sign in to comment.