Add Open Graph link unfurler service

This commit is contained in:
Mononaut
2022-07-24 21:16:57 +00:00
parent fbdf6da314
commit 9656ee92b7
14 changed files with 4877 additions and 0 deletions

38
unfurler/.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# production config and external assets
config.json
# compiled output
/dist
/tmp
# dependencies
/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/libpeerconnection.log
npm-debug.log
testem.log
/typings
#System Files
.DS_Store
Thumbs.db