Skip to content

lewdev/pandora-box-dx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pandora Box DX Games List

Looking through all 3k games on the app itself is cumbersome without a keyboard, so I created this list.

The data

I took this data: Pandora Box Game List (Google Sheet)

And converted it to JSON: CSV2JSON

For removing empty attribute data

<textarea id=o></textarea>
<script>
o.innerHTML = JSON.stringify(arr.map(a => Object.keys(a).reduce((r, attr) => {
  if (a[attr]) r[attr] = a[attr];
  return r;
}, {})));
</script>

About

Provides an easy to browse view of all 3k Pandora DX Games

Topics

Resources

License

Stars

Watchers

Forks

Languages