This file contains hidden or 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
hi lets do the project here: | |
smertens [at] wemakefuture.com | |
write me |
This file contains hidden or 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> | |
<head> | |
<!--[if gte mso 9]> | |
<xml> | |
<o:OfficeDocumentSettings> | |
<o:AllowPNG/> | |
<o:PixelsPerInch>96</o:PixelsPerInch> | |
</o:OfficeDocumentSettings> | |
</xml> |
This file contains hidden or 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
const DOMAIN = 'hook.wemakefuture.com'; // path to be proxied | |
const ORIGIN = 'hook.integromat.com'; // where to fetch content from | |
addEventListener('fetch', event => { | |
var url = new URL(event.request.url); | |
if (url.pathname != "") { | |
console.log(url.pathname) | |
event.respondWith(handleRequest(event, url)) | |
} | |
}) |
This file contains hidden or 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
const DOMAIN = 'hook.wemakefuture.com'; // path to be proxied | |
const ORIGIN = 'hook.integromat.com'; // where to fetch content from | |
addEventListener('fetch', event => { | |
var url = new URL(event.request.url); | |
if (url.pathname != "") { | |
console.log(url.pathname) | |
event.respondWith(handleRequest(event, url)) | |
} | |
}) |
This file contains hidden or 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
ES6 | |
date-fns/parseISO | |
date-fns/format | |
{ zonedTimeToUtc } from date-fns-tz | |
axios | |
dom-parser | |
csv | |
xlsx | |
dayjs | |
dayjs.extend(duration) |
This file contains hidden or 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
{ | |
"Afghanistan": 4, | |
"Åland-Inseln": 248, | |
"Albanien": 8, | |
"Algerien": 12, | |
"Amerikanisch-Samoa": 16, | |
"Andorra": 20, | |
"Angola": 24, | |
"Anguilla": 660, | |
"Antarktis": 10, |
This file contains hidden or 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
embeded: | |
<div class="typeform-widget" data-url="https://form.typeform.com/to/jXkF9UJh?typeform-medium=embed-snippet" style="width: 100%; height: 100%;"></div> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm", b="https://embed.typeform.com/"; if(!gi.call(d,id)) { js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script> | |
Full page: | |
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title>GET</title> <style type="text/css"> html{ margin: 0; height: 100%; overflow: hidden; } iframe { position: absolute; left:0; right:0; bottom:0; top:0; border: 0; } </style> </head> <body> <iframe id="typeform-full" width="100%" height="100%" frameborder="0" allow="camera; microphone; autoplay; encrypted-media;" src="https://form.typeform.com/to/jXkF9UJh?typeform-medium=embed-snippet"></iframe> <script type |
This file contains hidden or 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
Fullpage: | |
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title>Become a friend</title> <style type="text/css"> html{ margin: 0; height: 100%; overflow: hidden; } iframe { position: absolute; left:0; right:0; bottom:0; top:0; border: 0; } </style> </head> <body> <iframe id="typeform-full" width="100%" height="100%" frameborder="0" allow="camera; microphone; autoplay; encrypted-media;" src="https://form.typeform.com/to/TemBBmW9?typeform-medium=embed-snippet"></iframe> <script type="text/javascript" src="https://embed.typeform.com/embed.js"></script> </body> </html> | |
Inline: | |
<div class="typeform-widget" data-url="https://form.typeform.com/to/TemBBmW9?typeform-medium=embed-snippet" style="width: 100%; height: 500px;"></div> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm", b="https://embed.typeform.com/"; if(!gi.call(d,id)) { js=ce.call(d,"script"); js.id=id |
This file contains hidden or 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
Here you can find some basic examples for the /python api app/endpoint. | |
Keep in mind that you can insert Integromat variables into the text area. | |
To test code beforehand you can go to: https://www.programiz.com/python-programming/online-compiler/ | |
If you want to see the output that is shown about = the output the API gives you, you can just add after your code the following to see the output: | |
```python | |
import json |
This file contains hidden or 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
{ | |
"Afghanistan": 4, | |
"Åland Islands": 248, | |
"Albania": 8, | |
"Algeria": 12, | |
"American Samoa": 16, | |
"Andorra": 20, | |
"Angola": 24, | |
"Anguilla": 660, | |
"Antarctica": 10, |
NewerOlder