forked from hoppscotch/hoppscotch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from larouxn/revert-44-master
Revert "Migrate Postwoman to Nuxt.js (full Vue and SCSS support)"
- Loading branch information
Showing
39 changed files
with
816 additions
and
12,054 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,91 +1 @@ | ||
# Created by .ignore support plugin (hsz.mobi) | ||
### Node template | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# TypeScript v1 declaration files | ||
typings/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
|
||
# parcel-bundler cache (https://parceljs.org/) | ||
.cache | ||
|
||
# next.js build output | ||
.next | ||
|
||
# nuxt.js build output | ||
.nuxt | ||
|
||
# Nuxt generate | ||
dist | ||
|
||
# vuepress build output | ||
.vuepress/dist | ||
|
||
# Serverless directories | ||
.serverless | ||
|
||
# IDE / Editor | ||
.idea | ||
.editorconfig | ||
|
||
# Service worker | ||
sw.* | ||
|
||
# Mac OSX | ||
.DS_Store | ||
|
||
# Vim swap files | ||
*.swp | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset='utf-8'> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, shrink-to-fit=no"> | ||
<title>Postwoman - API request builder</title> | ||
<meta name="description" content="The Postwoman API request builder helps you create your requests faster, saving you precious time on your development."> | ||
<link rel="icon" href="favicon.ico"> | ||
<meta itemprop="name" content="Postwoman - API request builder"> | ||
<meta itemprop="description" content="The Postwoman API request builder helps you create your requests faster, saving you precious time on your development."> | ||
<meta itemprop="image" content="icons/icon-192x192.png"> | ||
<!-- See https://goo.gl/OOhYW5 --> | ||
<link rel="manifest" href="manifest.json"> | ||
<!-- See https://goo.gl/qRE0vM --> | ||
<meta name="theme-color" content="#121212"> | ||
<!-- Add to homescreen for Chrome on Android. Fallback for manifest.json --> | ||
<meta name="mobile-web-app-capable" content="yes"> | ||
<meta name="application-name" content="Postwoman - API request builder"> | ||
<!-- Add to homescreen for Safari on iOS --> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | ||
<meta name="apple-mobile-web-app-title" content="Postwoman - API request builder"> | ||
<!-- Homescreen icons --> | ||
<link rel="apple-touch-icon" href="icons/icon-48x48.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="icons/icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="96x96" href="icons/icon-96x96.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="icons/icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="192x192" href="icons/icon-192x192.png"> | ||
<!-- Tile icon for Windows 8 (144x144 + tile color) --> | ||
<meta name="msapplication-TileImage" content="icons/icon-144x144.png"> | ||
<meta name="msapplication-TileColor" content="#121212"> | ||
<meta name="msapplication-tap-highlight" content="no"> | ||
<!-- OpenGraph --> | ||
<meta property="og:site_name" content="Postwoman - API request builder"> | ||
<meta property="og:url" content="https://liyasthomas.github.io/postwoman"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="Postwoman - API request builder"> | ||
<meta property="og:description" content="API request builder"> | ||
<meta property="og:image" content="icons/icon-144x144.png"> | ||
<!-- Twitter --> | ||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:site" content="@liyasthomas"> | ||
<meta name="twitter:creator" content="@liyasthomas"> | ||
<meta name="twitter:url" content="https://liyasthomas.github.io/postwoman"> | ||
<meta name="twitter:title" content="Postwoman - API request builder"> | ||
<meta name="twitter:description" content="API request builder"> | ||
<meta name="twitter:image" content="icons/icon-144x144.png"> | ||
<!-- Web Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Poppins:500,700&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="style.css"> | ||
<script> | ||
if ('serviceWorker' in navigator) { | ||
window.addEventListener('load', function() { | ||
navigator.serviceWorker.register('sw.js').then(function(registration) { | ||
console.log('ServiceWorker registration successful with scope: ', registration.scope); | ||
}).catch(function(err) { | ||
console.log('ServiceWorker registration failed: ', err); | ||
}); | ||
}); | ||
} | ||
|
||
</script> | ||
</head> | ||
|
||
<body> | ||
<main id="app"> | ||
<header> | ||
<div> | ||
<a href="index.html"> | ||
<h1 class="logo"><img src="icons/logo.svg" alt="" style="height: 24px; margin-right: 16px">Postwoman</h1> | ||
</a> | ||
<h3>API request builder</h3> | ||
</div> | ||
</header> | ||
<h1>404 - Page not found</h1> | ||
<p><a href="index.html"><button>Go Home</button></a></p> | ||
<footer> | ||
<a href="https://github.com/liyasthomas/postwoman" target="_blank"><img src="icons/github.svg" alt="" style="margin-right: 16px">GitHub</a> | ||
<button id="installPWA" onclick="installPWA()"> | ||
Install PWA | ||
</button> | ||
</footer> | ||
</main> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.