GitXplorerGitXplorer
d

joke.town

public
1 stars
1 forks
10 issues

Commits

List of commits on branch master.
Unverified
47ff8a01814e5795a35b4fd6d21c266598cc8c0a

update twilio dependency

ddervondenbergen committed 5 years ago
Unverified
582dacea8da9c2e8e7d472a9b5d45a19c9a84135

fix readme

ddervondenbergen committed 5 years ago
Unverified
683bb9cea80330b60b74fc13ff62564f0a4de8a4

update readme and add example environment file

ddervondenbergen committed 5 years ago
Unverified
b0df44bc7416d014523ae1142cdcc6efb6dadcdd

fix screen bugs

ddervondenbergen committed 5 years ago
Unverified
5257782cc39db3d02ab492f68da72d1bb16a482a

fix certificate loading

ddervondenbergen committed 5 years ago
Unverified
6685a86268b9275bdcb70814e4e73b69810286a6

use environmental variables for settings and use https for sockets

ddervondenbergen committed 5 years ago

README

The README file for this repository.

joke.town 🤡 🏘

file structure

server.js: server code, run with Node.js

number.html: file which simply has a link to the phone number to show on https://joke.town

screen.html: file which is the content of the screen, available at https://joke.town/screen

demo.html: file which is the virtual joke.town consisting of the screen + buttons, available at https://joke.town/demo

big_keyboard.py: DEPRECATED – this file was used to catch the button presses, but pretty ugly with a while loop

big_keyboard.py: same as above but using functions and press events instead of checking the satate in a while loop

assets/: all files needed by the screen page

data/: the database, where users.json and jokes.json gets saved

.env: the configuration file which contains all settings (has to be renamed to .env)

services

joke.town uses Twilio to communicate via SMS.

Twilio can be tested for free, get credits worth $10 with my refferal link: www.twilio.com/referral/X8xo9b

the service is hosted on Uberspace