Skip to content

Commit

Permalink
Merge branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbaeten committed Aug 9, 2024
2 parents 3d1ec35 + c40f352 commit 0c05297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ <h1>
<h2>Moments</h2>
<p>When BeReal sends out a notification in a particular region for the day, that event can be referred to as a "moment". You may also see this terminology used interchangeably with "notification(s)". "moment" is the technical term referenced in the BeReal API.</p>
<h2>Data Collection</h2>
<p>My server network asks BeReal for the latest moments in each region every five seconds and records new data as it becomes available; This means that my database is always up to date. I started collecting data in early September. As such, I am unable to provide any accurate data from an earlier time. To view my data, you can visit this site; On the dashboard tab, you can see the latest moments, as well as 90 days of history in each region respectively.</p>
<p>My server network asks BeReal for the latest moments in each region every five seconds and records new data as it becomes available; This means that my database is always up to date. I started collecting data in early September 2022. As such, I am unable to provide any accurate data from an earlier time. To view my data, you can visit this site; On the dashboard tab, you can see the latest moments, as well as 90 days of history in each region respectively.</p>
<h2>Why?</h2>
<p>I started this project to help myself better understand how BeReal operates, and to make it easier for me to post my BeReals on-time. I continue to work on it because collecting data like this has allowed me to explore ways of visualizing and applying data in real-world applications. I do all of this on my own time, and I don't make any profits from it. If you appreciate what I have made and would like to help fund the project, you can donate to my Ko-Fi page using the widget in the bottom left corner of your screen.</p>
<h2>Questions?</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ <h1>
<h2>Moments</h2>
<p>When BeReal sends out a notification in a particular region for the day, that event can be referred to as a "moment". You may also see this terminology used interchangeably with "notification(s)". "moment" is the technical term referenced in the BeReal API.</p>
<h2>Data Collection</h2>
<p>My server network asks BeReal for the latest moments in each region every five seconds and records new data as it becomes available; This means that my database is always up to date. I started collecting data in early September. As such, I am unable to provide any accurate data from an earlier time. To view my data, you can visit this site; On the dashboard tab, you can see the latest moments, as well as 90 days of history in each region respectively.</p>
<p>My server network asks BeReal for the latest moments in each region every five seconds and records new data as it becomes available; This means that my database is always up to date. I started collecting data in early September 2022. As such, I am unable to provide any accurate data from an earlier time. To view my data, you can visit this site; On the dashboard tab, you can see the latest moments, as well as 90 days of history in each region respectively.</p>
<h2>Why?</h2>
<p>I started this project to help myself better understand how BeReal operates, and to make it easier for me to post my BeReals on-time. I continue to work on it because collecting data like this has allowed me to explore ways of visualizing and applying data in real-world applications. I do all of this on my own time, and I don't make any profits from it. If you appreciate what I have made and would like to help fund the project, you can donate to my Ko-Fi page using the widget in the bottom left corner of your screen.</p>
<h2>Questions?</h2>
Expand Down

0 comments on commit 0c05297

Please sign in to comment.