You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/waspleau/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ It pulls in data via [Jobs](https://wasp-lang.dev/docs/language/features#jobs) a
5
5
6
6
This example project can serve as a good starting point for building your own dashboard with Wasp, that regularly pulls in external data by using Jobs Wasp feature.
7
7
8
-
The deployed version of this example can be found at https://waspleau.netlify.app/ .
8
+
The deployed version of this example can be found at https://waspleau-app-client.fly.dev/ .
<Linkto={'https://waspleau.netlify.app/'}>See Waspleau here!</Link> | <Linkto={'https://github.com/wasp-lang/wasp/blob/release/examples/waspleau'}>See the code</Link>
17
+
<Linkto={'https://waspleau-app-client.fly.dev/'}>See Waspleau here!</Link> | <Linkto={'https://github.com/wasp-lang/wasp/blob/release/examples/waspleau'}>See the code</Link>
18
18
</p>
19
19
20
20
We've built a dashboard powered by a job queue using Wasp!
@@ -30,7 +30,7 @@ We've built a dashboard powered by a job queue using Wasp!
30
30
31
31
Let’s face it - metrics are all around us. Wouldn’t it be great if there was a quick and easy way to build a nice-looking metrics dashboard from data pulled in by HTTP calls to many different sources, cache the data in-memory, and periodically update it via background jobs? Why yes, yes it would... so we made an example Wasp app called Waspleau that does just that!
32
32
33
-
Here is what it looks like live: https://waspleau.netlify.app/ There is also a screenshot at the top of this post for those who refrain from clicking on any unknown web links for fear of being **Rickrolled**. Respect.
33
+
Here is what it looks like live: https://waspleau-app-client.fly.dev/ There is also a screenshot at the top of this post for those who refrain from clicking on any unknown web links for fear of being **Rickrolled**. Respect.
0 commit comments