-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ae234c
commit 36b020c
Showing
1 changed file
with
10 additions
and
0 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,2 +1,12 @@ | ||
# http-monitor | ||
A simple website and a traffic monitor that will display details about visitors on the website. | ||
|
||
# stack used | ||
Python, flask, JS | ||
|
||
# Pusher | ||
|
||
We will use pusher to view our dashboard and data | ||
1. Create an account on pusher | ||
2. Create the project app and check it out on the dashboard | ||
3. Use the app id, cluster key and config id in the app.py file of your project. |