

- #YOUTUBE PLAYLIST TIME CALC HOW TO#
- #YOUTUBE PLAYLIST TIME CALC INSTALL#
- #YOUTUBE PLAYLIST TIME CALC FULL#
- #YOUTUBE PLAYLIST TIME CALC SOFTWARE#
- #YOUTUBE PLAYLIST TIME CALC ZIP#
When your dataset is open, you will see thousands of variables with confusing names and very short variable labels that briefly describe the contents of each variable. If you would like to download more than one dataset, please see the tutorial below to download multiple DHS datasets. The DT file contains the Stata (.DTA) data file and associated documentation The SV file contains the SPSS (.SAV) file the SD file contains the SAS (.SAS7BDAT) file and the FL file contains an ASCII file and dictionaries.
#YOUTUBE PLAYLIST TIME CALC SOFTWARE#
#YOUTUBE PLAYLIST TIME CALC FULL#
The full description of file naming conventions is here, but briefly:
#YOUTUBE PLAYLIST TIME CALC ZIP#
The list of Zip files containing datasets are labeled with brief but meaningful names, such as KEIR41DT. If for some reason you requested a DHS datasets, but need to modify your request or give additional information to gain dataset approval, you can find the instructions in the video below:
#YOUTUBE PLAYLIST TIME CALC HOW TO#
View the full tutorial on how to download DHS datasets in the video below: Follow instructions from the email you received after registering. Once you log in to, you will see the country, survey, and list of datasets that you are approved to download. The unit of analysis will help you determine which dataset you want to download in step 4. On the other hand, if for example you want to analyze data about women's contraceptive use, you will find that the relevant questions were asked in the women's questionnaire, and your unit of analysis is women. If the data you want to analyze was collected for everyone listed in the household questionnaire, your unit of analysis is probably household members. Use the questionnaires to determine whether the information you want to analyze was collected in your survey of interest, and who you want to analyze (your unit of analysis). All final reports are free to download, and in some cases, can be ordered in hard copy, also for free.

The questionnaires used to collect data for a specific survey are always included at the back of each survey's final report. Model questionnaires are used for each survey phase, but each country modifies the core questionnaire slightly to meet their needs. Familiarize yourself with the questionnaires used to collect the data that you want to analyze. The YouTube Data API is another story, this app chews through the daily quota quite fast using search queries.Īt a cost of 100 units per search and a daily limit of 10,000 right now, you only get 100 song lookups per key, per day.īasically just generate more keys if you are converting a lot of playlists and getting rate limited.Step 2: Review questionnaires. The Spotify quota is quite generous and you shouldn't have any issues with it. Feel free to move your environment variables over to Netlify once you deploy - they'll inject automatically when Netlify CLI is run if you're logged in and have linked the repo to a Netlify deploy.įinally, run yarn dev to launch Netlify CLI and host the app.

This app uses Netlify Functions to handle the server side stuff so make sure you have netlify-cli installed on your machine. SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET, SPOTIFY_REFRESH_TOKEN, and YOUTUBE_API_KEY.Īt this point you're pretty much all set. Check out the Spotify Authorization Guide for more info on that stuff.Īfter getting all of that, head over to the Google API Console, create a new project, and generate API Credentials (an api key). Next, you'll need to generate your Spotify Refresh Token.

#YOUTUBE PLAYLIST TIME CALC INSTALL#
A simple app that converts your public spotify playlists to a YouTube playlist.īuilt with Vue, Spotify API, YouTube Data API, Netlify Functions and some good 'ole undocumented YouTube endpoints.Ĭlone the repo and run yarn or npm install to install dependencies.īefore running the app, you'll need to create a Spotify Developer app and get the Client ID and Client Secret.
