Skip to content

Commit 73f0a39

Browse files
committed
feat: initial commit
Signed-off-by: TED Vortex <[email protected]>
0 parents  commit 73f0a39

18 files changed

+11331
-0
lines changed

.editorconfig

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 2
7+
indent_style = space
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
max_line_length = 120
11+
tab_width = 4
12+
13+
[*.csv]
14+
max_line_length = 2147483647
15+
trim_trailing_whitespace = false
16+
ij_csv_wrap_long_lines = false
17+
18+
[*.md]
19+
trim_trailing_whitespace = false

.eslintrc.js

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
module.exports = {
2+
globals: {
3+
__PATH_PREFIX__: true,
4+
USER: true,
5+
API_KEY: true,
6+
},
7+
ignorePatterns: ['dist/*', 'worker/*'],
8+
extends: [
9+
'airbnb',
10+
],
11+
env: {
12+
node: true,
13+
es2020: true,
14+
mocha: true,
15+
browser: true,
16+
},
17+
parserOptions: {
18+
ecmaFeatures: {
19+
globalReturn: true,
20+
impliedStrict: true,
21+
},
22+
},
23+
rules: {
24+
// airbnb scope overrides
25+
'class-methods-use-this': 'off',
26+
27+
// prettier replacement rules
28+
'max-len': [2, 120, 2, {
29+
ignoreUrls: true,
30+
ignoreComments: false,
31+
comments: 300,
32+
}],
33+
indent: [2, 2],
34+
semi: [2, 'always'],
35+
quotes: [2, 'single', {allowTemplateLiterals: true}],
36+
'comma-dangle': [2, 'always-multiline'],
37+
'object-curly-spacing': [2, 'never'],
38+
'arrow-parens': [2, 'as-needed'],
39+
'linebreak-style': 0,
40+
'array-bracket-spacing': [2, 'never'],
41+
'function-call-argument-newline': [2, 'consistent'],
42+
'function-paren-newline': [2, 'consistent'],
43+
'object-property-newline': 2,
44+
'no-param-reassign': 0,
45+
'consistent-return': 0,
46+
'import/prefer-default-export': [1],
47+
'no-restricted-globals': 0
48+
},
49+
};

.gitattributes

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
*.pbxproj -text
2+
* text eol=lf
3+
4+
## DOCKER
5+
*.dockerignore text
6+
Dockerfile text
7+
8+
## DOCUMENTATION
9+
*.markdown text
10+
*.md text
11+
*.mdwn text
12+
*.mdown text
13+
*.mkd text
14+
*.mkdn text
15+
*.mdtxt text
16+
*.mdtext text
17+
*.txt text
18+
AUTHORS text
19+
CHANGELOG text
20+
CHANGES text
21+
CONTRIBUTING text
22+
COPYING text
23+
copyright text
24+
*COPYRIGHT* text
25+
INSTALL text
26+
license text
27+
LICENSE text
28+
NEWS text
29+
readme text
30+
*README* text
31+
TODO text
32+
33+
## CONFIGS
34+
*.bowerrc text
35+
*.cnf text
36+
*.conf text
37+
*.config text
38+
.browserslistrc text
39+
.editorconfig text
40+
.gitattributes text
41+
.gitconfig text
42+
.htaccess text
43+
*.npmignore text
44+
*.yaml text
45+
*.yml text
46+
browserslist text
47+
Makefile text
48+
makefile text
49+
50+
## GRAPHICS
51+
*.ai binary
52+
*.bmp binary
53+
*.eps binary
54+
*.gif binary
55+
*.ico binary
56+
*.jng binary
57+
*.jp2 binary
58+
*.jpg binary
59+
*.jpeg binary
60+
*.jpx binary
61+
*.jxr binary
62+
*.pdf binary
63+
*.png binary
64+
*.psb binary
65+
*.psd binary
66+
*.svg text
67+
*.svgz binary
68+
*.tif binary
69+
*.tiff binary
70+
*.wbmp binary
71+
*.webp binary
72+
73+
## FONTS
74+
*.ttf binary
75+
*.eot binary
76+
*.otf binary
77+
*.woff binary
78+
*.woff2 binary

.github/CODEOWNERS

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# For more information about the configurations used
2+
# in this file, please see GitHub's documentation.
3+
#
4+
# https://github.com/blog/2392-introducing-code-owners
5+
6+
* @0-vortex

.github/CODE_OF_CONDUCT.md

+129
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
2+
# Contributor Covenant Code of Conduct
3+
4+
## Our Pledge
5+
6+
We as members, contributors, and leaders pledge to make participation in our
7+
community a harassment-free experience for everyone, regardless of age, body
8+
size, visible or invisible disability, ethnicity, sex characteristics, gender
9+
identity and expression, level of experience, education, socio-economic status,
10+
nationality, personal appearance, race, religion, or sexual identity
11+
and orientation.
12+
13+
We pledge to act and interact in ways that contribute to an open, welcoming,
14+
diverse, inclusive, and healthy community.
15+
16+
## Our Standards
17+
18+
Examples of behavior that contributes to a positive environment for our
19+
community include:
20+
21+
* Demonstrating empathy and kindness toward other people
22+
* Being respectful of differing opinions, viewpoints, and experiences
23+
* Giving and gracefully accepting constructive feedback
24+
* Accepting responsibility and apologizing to those affected by our mistakes,
25+
and learning from the experience
26+
* Focusing on what is best not just for us as individuals, but for the
27+
overall community
28+
29+
Examples of unacceptable behavior include:
30+
31+
* The use of sexualized language or imagery, and sexual attention or
32+
advances of any kind
33+
* Trolling, insulting or derogatory comments, and personal or political attacks
34+
* Public or private harassment
35+
* Publishing others' private information, such as a physical or email
36+
address, without their explicit permission
37+
* Other conduct which could reasonably be considered inappropriate in a
38+
professional setting
39+
40+
## Enforcement Responsibilities
41+
42+
Community leaders are responsible for clarifying and enforcing our standards of
43+
acceptable behavior and will take appropriate and fair corrective action in
44+
response to any behavior that they deem inappropriate, threatening, offensive,
45+
or harmful.
46+
47+
Community leaders have the right and responsibility to remove, edit, or reject
48+
comments, commits, code, wiki edits, issues, and other contributions that are
49+
not aligned to this Code of Conduct, and will communicate reasons for moderation
50+
decisions when appropriate.
51+
52+
## Scope
53+
54+
This Code of Conduct applies within all community spaces, and also applies when
55+
an individual is officially representing the community in public spaces.
56+
Examples of representing our community include using an official e-mail address,
57+
posting via an official social media account, or acting as an appointed
58+
representative at an online or offline event.
59+
60+
## Enforcement
61+
62+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
63+
reported to the community leaders responsible for enforcement at
64+
[INSERT CONTACT METHOD].
65+
All complaints will be reviewed and investigated promptly and fairly.
66+
67+
All community leaders are obligated to respect the privacy and security of the
68+
reporter of any incident.
69+
70+
## Enforcement Guidelines
71+
72+
Community leaders will follow these Community Impact Guidelines in determining
73+
the consequences for any action they deem in violation of this Code of Conduct:
74+
75+
### 1. Correction
76+
77+
**Community Impact**: Use of inappropriate language or other behavior deemed
78+
unprofessional or unwelcome in the community.
79+
80+
**Consequence**: A private, written warning from community leaders, providing
81+
clarity around the nature of the violation and an explanation of why the
82+
behavior was inappropriate. A public apology may be requested.
83+
84+
### 2. Warning
85+
86+
**Community Impact**: A violation through a single incident or series
87+
of actions.
88+
89+
**Consequence**: A warning with consequences for continued behavior. No
90+
interaction with the people involved, including unsolicited interaction with
91+
those enforcing the Code of Conduct, for a specified period of time. This
92+
includes avoiding interactions in community spaces as well as external channels
93+
like social media. Violating these terms may lead to a temporary or
94+
permanent ban.
95+
96+
### 3. Temporary Ban
97+
98+
**Community Impact**: A serious violation of community standards, including
99+
sustained inappropriate behavior.
100+
101+
**Consequence**: A temporary ban from any sort of interaction or public
102+
communication with the community for a specified period of time. No public or
103+
private interaction with the people involved, including unsolicited interaction
104+
with those enforcing the Code of Conduct, is allowed during this period.
105+
Violating these terms may lead to a permanent ban.
106+
107+
### 4. Permanent Ban
108+
109+
**Community Impact**: Demonstrating a pattern of violation of community
110+
standards, including sustained inappropriate behavior, harassment of an
111+
individual, or aggression toward or disparagement of classes of individuals.
112+
113+
**Consequence**: A permanent ban from any sort of public interaction within
114+
the community.
115+
116+
## Attribution
117+
118+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
119+
version 2.0, available at
120+
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
121+
122+
Community Impact Guidelines were inspired by [Mozilla's code of conduct
123+
enforcement ladder](https://github.com/mozilla/diversity).
124+
125+
[homepage]: https://www.contributor-covenant.org
126+
127+
For answers to common questions about this code of conduct, see the FAQ at
128+
https://www.contributor-covenant.org/faq. Translations are available at
129+
https://www.contributor-covenant.org/translations.

.github/CONTRIBUTING.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# How to Contribute
2+
3+
We'd love to accept your patches and contributions to this project. There are
4+
just a few small guidelines you need to follow.
5+
6+
## Code reviews
7+
8+
All submissions, including submissions by project members, require review. We
9+
use GitHub pull requests for this purpose. Consult
10+
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
11+
information on using pull requests.
12+
13+
## Community Guidelines
14+
15+
This project follows [Google's Open Source Community
16+
Guidelines](https://opensource.google/conduct/).

.github/FUNDING.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ko_fi: 0vortex
2+
liberapay: ted.vortex
3+
issuehunt: 0-vortex
4+
custom: ['https://PayPal.Me/TeodorDutulescu']

.github/workflows/deploy.yml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Deploy to CF Workers
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
repository_dispatch:
8+
9+
jobs:
10+
build-and-deploy:
11+
runs-on: ubuntu-latest
12+
name: Build & Deploy
13+
steps:
14+
- uses: actions/checkout@v2
15+
16+
- name: Setup Node
17+
uses: actions/setup-node@v2-beta
18+
with:
19+
node-version: '14'
20+
21+
- name: Cache dependencies
22+
uses: actions/cache@v2
23+
with:
24+
path: ~/.npm
25+
key: ${{ runner.os }}-node-${{ hashFiles('**/npm-shrinkwrap.json') }}
26+
restore-keys: |
27+
${{ runner.os }}-node-
28+
29+
- run: npm ci --production
30+
31+
- name: Publish
32+
uses: cloudflare/[email protected]
33+
with:
34+
apiToken: ${{ secrets.CF_API_TOKEN }}
35+
environment: 'production'

0 commit comments

Comments
 (0)