Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/decentraland-scenes/Party-Time

Use a time API to get the current time and start a party
https://github.com/decentraland-scenes/Party-Time

decentraland

Last synced: 3 months ago
JSON representation

Use a time API to get the current time and start a party

Lists

README

        

# Party time

This simple scene calls a time API to fetch the current time. If the time is between 9:00 PM and midnight in GMT+3, a party starts.

![](screenshot/screenshot.png)

This scene shows you:
- How to send requests to an API
- How to parse a JSON response
- How to handle async functions, waiting for an external response
- How to stream audio
- How to stream video, and display it as a texture on primitive shapes

The RESTful API called is `https://worldtimeapi.org/api`, which returns a JSON file with several fields that can be read.

## Try it out

**Install the CLI**

Download and install the Decentraland CLI by running the following command:

```bash
npm i -g decentraland
```

**Previewing the scene**

Download this example and navigate to its directory, then run:

```
$: dcl start
```

Any dependencies are installed and then the CLI opens the scene in a new browser tab.

**Scene Usage**

Once the party starts, the scene starts streaming audio from an internet radio, and applies video textures from a video stream to spinning cubes.

Learn more about how to build your own scenes in our [documentation](https://docs.decentraland.org/) site.

If something doesn’t work, please [file an issue](https://github.com/decentraland-scenes/Awesome-Repository/issues/new).

## Copyright info

This scene is protected with a standard Apache 2 licence. See the terms and conditions in the [LICENSE](/LICENSE) file.